nv50,nvc0: hold references to the framebuffer surfaces
[mesa.git] / src / gallium / drivers / nv50 / SConscript
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')