diff options
author | Vinson Lee <[email protected]> | 2011-04-24 23:58:39 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2011-04-24 23:58:39 -0700 |
commit | 077b1a6144a71418d0e127e45174c3907e646da0 (patch) | |
tree | 7f81c2cc868730d501d080de5461b8d9ee3320cc /src/gallium/drivers/r600/SConscript | |
parent | 774c165d76fdaf1875acb32abf4c278da38e9ca3 (diff) |
r600g: Remove r600_helper.c from SConscript.
This is a follow-up to commit d737857ed2ff4313fd6046dcd80018c6308a53c5.
Diffstat (limited to 'src/gallium/drivers/r600/SConscript')
-rw-r--r-- | src/gallium/drivers/r600/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/SConscript b/src/gallium/drivers/r600/SConscript index 5a5fa6d65fd..0135808f10a 100644 --- a/src/gallium/drivers/r600/SConscript +++ b/src/gallium/drivers/r600/SConscript @@ -19,7 +19,6 @@ r600 = env.ConvenienceLibrary( 'r600_asm.c', 'r600_buffer.c', 'r600_blit.c', - 'r600_helper.c', 'r600_pipe.c', 'r600_query.c', 'r600_resource.c', |