diff options
author | Brian Paul <[email protected]> | 2008-10-22 10:35:38 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-10-22 10:35:38 -0600 |
commit | e0c6653a5fda956119239ef921daf1e3b950dfc8 (patch) | |
tree | d8a102e16dc73f945e64e4288486f4a9bb39e208 /src/gallium/auxiliary/rtasm/Makefile | |
parent | 70dd4379d2cd54f229c3940312537912470218d3 (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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/rtasm/Makefile b/src/gallium/auxiliary/rtasm/Makefile index 39b8a4dbd7a..252dc5274ab 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 |