diff options
author | José Fonseca <[email protected]> | 2008-02-19 14:00:16 +0900 |
---|---|---|
committer | José Fonseca <[email protected]> | 2008-02-19 14:06:11 +0900 |
commit | 5d78212d752e021555356bbb9cc5993ad6d9e847 (patch) | |
tree | 389697270910697b7d3f118ef490e0de54a1e2d6 /src/gallium/auxiliary/rtasm/Makefile | |
parent | b0eef0dc2557febea7d425fee1f9c2da382898a6 (diff) |
Bring in ppc spe rtasm into gallium's rtasm module.
Moving files since these are not being used outside gallium.
Diffstat (limited to 'src/gallium/auxiliary/rtasm/Makefile')
-rw-r--r-- | src/gallium/auxiliary/rtasm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/rtasm/Makefile b/src/gallium/auxiliary/rtasm/Makefile index 9b972f8f861..39b8a4dbd7a 100644 --- a/src/gallium/auxiliary/rtasm/Makefile +++ b/src/gallium/auxiliary/rtasm/Makefile @@ -6,7 +6,8 @@ LIBNAME = rtasm C_SOURCES = \ rtasm_cpu.c \ rtasm_execmem.c \ - rtasm_x86sse.c + rtasm_x86sse.c \ + rtasm_ppc_spe.c include ../../Makefile.template |