summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/SConscript
blob: e0484c5708660d0065d971cfd8e2be741539beb6 (plain)
1
2
3
4
5
6
7
8
9
10
Import('*')

env = env.Clone()

nv50 = env.ConvenienceLibrary(
    target = 'nv50',
    source = env.ParserSourceList('Makefile.sources', 'C_SOURCES')
    )

Export('nv50')