r600g: Fix SCons build.

This commit is contained in:
Vinson Lee 2010-07-23 17:50:35 -07:00
parent 32502b0eeb
commit bd27db400a
1 changed files with 2 additions and 5 deletions

View File

@ -27,11 +27,8 @@ r600 = env.ConvenienceLibrary(
'r600_state.c',
'r600_texture.c',
'r600_shader.c',
'r600_compiler.c',
'r600_compiler_tgsi.c',
'r600_compiler_dump.c',
'r600_compiler_r600.c',
'r600_compiler_r700.c'
'r600_asm.c',
'r700_asm.c',
])
Export('r600')