summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/rtasm/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-10-22 10:35:38 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-10-22 10:35:38 -0600
commite0c6653a5fda956119239ef921daf1e3b950dfc8 (patch)
treed8a102e16dc73f945e64e4288486f4a9bb39e208 /src/gallium/auxiliary/rtasm/Makefile
parent70dd4379d2cd54f229c3940312537912470218d3 (diff)
cell: implement many more PPC instructions for code gen
Diffstat (limited to 'src/gallium/auxiliary/rtasm/Makefile')
-rw-r--r--src/gallium/auxiliary/rtasm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/rtasm/Makefile b/src/gallium/auxiliary/rtasm/Makefile
index 39b8a4dbd7..252dc5274a 100644
--- a/src/gallium/auxiliary/rtasm/Makefile
+++ b/src/gallium/auxiliary/rtasm/Makefile
@@ -7,6 +7,7 @@ C_SOURCES = \
rtasm_cpu.c \
rtasm_execmem.c \
rtasm_x86sse.c \
+ rtasm_ppc.c \
rtasm_ppc_spe.c
include ../../Makefile.template