nvc0: Update SConscript.
authorVinson Lee <vlee@vmware.com>
Sat, 5 Mar 2011 01:15:21 +0000 (17:15 -0800)
committerVinson Lee <vlee@vmware.com>
Sat, 5 Mar 2011 01:15:21 +0000 (17:15 -0800)
src/gallium/drivers/nvc0/SConscript

index c49e0ddbc52311931def3c51208a4b6dd621affd..dbbbf663b33a6aefc3ca554d71c2248331f78483 100644 (file)
@@ -5,7 +5,6 @@ env = env.Clone()
 nvc0 = env.ConvenienceLibrary(
     target = 'nvc0',
     source = [
-        'nvc0_buffer.c',
         'nvc0_context.c',
         'nvc0_draw.c',
         'nvc0_formats.c',
@@ -28,8 +27,6 @@ nvc0 = env.ConvenienceLibrary(
         'nvc0_pc_regalloc.c',
         'nvc0_push.c',
         'nvc0_push2.c',
-        'nvc0_fence.c',
-        'nvc0_mm.c',
         'nvc0_query.c'
     ])