nvc0: Fix typo of nvc0_mm.c in SConscript.
authorVinson Lee <vlee@vmware.com>
Thu, 6 Jan 2011 08:06:38 +0000 (00:06 -0800)
committerVinson Lee <vlee@vmware.com>
Thu, 6 Jan 2011 08:06:38 +0000 (00:06 -0800)
src/gallium/drivers/nvc0/SConscript

index ec529d4..46c0b58 100644 (file)
@@ -29,7 +29,7 @@ nvc0 = env.ConvenienceLibrary(
         'nvc0_push.c',
         'nvc0_push2.c',
         'nvc0_fence.c',
-        'nvc0_mm'
+        'nvc0_mm.c'
     ])
 
 Export('nvc0')