nvc0: Fix typo of nvc0_mm.c in SConscript.

This commit is contained in:
Vinson Lee 2011-01-06 00:06:38 -08:00
parent becd98018b
commit 84ebd8e2d7

View file

@ -29,7 +29,7 @@ nvc0 = env.ConvenienceLibrary(
'nvc0_push.c',
'nvc0_push2.c',
'nvc0_fence.c',
'nvc0_mm'
'nvc0_mm.c'
])
Export('nvc0')