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 ec529d44f5fa2dbf38a10eb8ae0b7a4f9628985c..46c0b5889a00126515148f26aa13b0c6924aac15 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')