nv50: Update files in SConscript to match Makefile.

This commit is contained in:
Vinson Lee
2010-09-15 16:46:04 -07:00
parent 1a20aae581
commit a64e3d2e6c
+8 -1
View File
@@ -12,7 +12,6 @@ nv50 = env.ConvenienceLibrary(
'nv50_formats.c',
'nv50_miptree.c',
'nv50_query.c',
'nv50_program.c',
'nv50_resource.c',
'nv50_screen.c',
'nv50_state.c',
@@ -22,6 +21,14 @@ nv50 = env.ConvenienceLibrary(
'nv50_transfer.c',
'nv50_vbo.c',
'nv50_push.c',
'nv50_program.c',
'nv50_shader_state.c',
'nv50_pc.c',
'nv50_pc_print.c',
'nv50_pc_emit.c',
'nv50_tgsi_to_nc.c',
'nv50_pc_optimize.c',
'nv50_pc_regalloc.c',
])
Export('nv50')