Mesa (master): nvc0: Fix typo of nvc0_mm.c in SConscript.

Vinson Lee vlee at kemper.freedesktop.org
Thu Jan 6 08:07:22 UTC 2011


Module: Mesa
Branch: master
Commit: 84ebd8e2d7b13cf43069a2b79168cf7a1df02b71
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=84ebd8e2d7b13cf43069a2b79168cf7a1df02b71

Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Jan  6 00:06:38 2011 -0800

nvc0: Fix typo of nvc0_mm.c in SConscript.

---

 src/gallium/drivers/nvc0/SConscript |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/nvc0/SConscript b/src/gallium/drivers/nvc0/SConscript
index ec529d4..46c0b58 100644
--- a/src/gallium/drivers/nvc0/SConscript
+++ b/src/gallium/drivers/nvc0/SConscript
@@ -29,7 +29,7 @@ nvc0 = env.ConvenienceLibrary(
         'nvc0_push.c',
         'nvc0_push2.c',
         'nvc0_fence.c',
-        'nvc0_mm'
+        'nvc0_mm.c'
     ])
 
 Export('nvc0')




More information about the mesa-commit mailing list