Home | History | Annotate | Download | only in nv50
      1 Import('*')
      2 
      3 env = env.Clone()
      4 
      5 nv50 = env.ConvenienceLibrary(
      6     target = 'nv50',
      7     source = env.ParseSourceList('Makefile.sources',
      8         ['C_SOURCES', 'CPP_SOURCES'])
      9     )
     10 
     11 Export('nv50')
     12