nv50: Update files in SConscript to match Makefile.
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user