diff options
author | José Fonseca <[email protected]> | 2009-12-31 23:46:46 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-01-01 12:16:19 +0000 |
commit | c847a13d38d4e8c5f4c386d060dcc8ec09e491a3 (patch) | |
tree | bc3cc4b8e9fb685b56784f9f04570ad945352ec9 /src/gallium/auxiliary/rtasm | |
parent | f8f4757d46627fb453f08dc63fde3d7f458eafe2 (diff) |
gallium: Generate a single library for auxiliaries with Make too.
Diffstat (limited to 'src/gallium/auxiliary/rtasm')
-rw-r--r-- | src/gallium/auxiliary/rtasm/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/gallium/auxiliary/rtasm/Makefile b/src/gallium/auxiliary/rtasm/Makefile deleted file mode 100644 index ab8ea464c6e..00000000000 --- a/src/gallium/auxiliary/rtasm/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -TOP = ../../../.. -include $(TOP)/configs/current - -LIBNAME = rtasm - -C_SOURCES = \ - rtasm_cpu.c \ - rtasm_execmem.c \ - rtasm_x86sse.c \ - rtasm_ppc.c \ - rtasm_ppc_spe.c - -include ../../Makefile.template |