Merge remote branch 'origin/gallium-0.1' into nouveau-gallium-0.1
[mesa.git] / src / gallium / auxiliary / rtasm / Makefile
index bc339d2aa6ee19e6aecd79696c216d3623f7a707..39b8a4dbd7aad0c82655b4731666a6a38d4d26f9 100644 (file)
@@ -4,8 +4,10 @@ include $(TOP)/configs/current
 LIBNAME = rtasm
 
 C_SOURCES = \
+       rtasm_cpu.c \
        rtasm_execmem.c \
-       rtasm_x86sse.c
+       rtasm_x86sse.c \
+       rtasm_ppc_spe.c
 
 include ../../Makefile.template