gallium: point rast coord tweak
[mesa.git] / src / gallium / auxiliary / rtasm / Makefile
index b3b9934e10340a76f1c3d754d9b31b7f779e2d7a..39b8a4dbd7aad0c82655b4731666a6a38d4d26f9 100644 (file)
@@ -1,18 +1,13 @@
-
 TOP = ../../../..
 include $(TOP)/configs/current
 
 LIBNAME = rtasm
 
-DRIVER_SOURCES = \
-       x86sse.c \
-       mm.c \
-       execmem.c
-
 C_SOURCES = \
-       $(DRIVER_SOURCES)
-
-ASM_SOURCES = 
+       rtasm_cpu.c \
+       rtasm_execmem.c \
+       rtasm_x86sse.c \
+       rtasm_ppc_spe.c
 
 include ../../Makefile.template