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

env = env.Clone()

nv30 = env.ConvenienceLibrary(
    target = 'nv30',
    source = env.ParseSourceList('Makefile.sources',
        ['C_SOURCES', 'CPP_SOURCES'])
    )

Export('nv30')