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

env = env.Clone()

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

Export('nv50')