mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-12 20:00:36 +02:00
r600g: Fix SCons build.
This commit is contained in:
parent
32502b0eeb
commit
bd27db400a
1 changed files with 2 additions and 5 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue