r600g: add missing file to sconscript
authorKeith Whitwell <keithw@vmware.com>
Tue, 5 Oct 2010 22:15:44 +0000 (23:15 +0100)
committerKeith Whitwell <keithw@vmware.com>
Tue, 12 Oct 2010 12:08:34 +0000 (13:08 +0100)
src/gallium/drivers/r600/SConscript

index b6d9b7d8d22c285980bce51bf9ee5c3558e576c2..bf0ad8571ba16595902f7018120a7204be523a6a 100644 (file)
@@ -18,6 +18,7 @@ r600 = env.ConvenienceLibrary(
     source = [
         'r600_asm.c',
         'r600_buffer.c',
+        'r600_blit.c',
         'r600_helper.c',
         'r600_pipe.c',
         'r600_query.c',