summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/rtasm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/auxiliary/rtasm/Makefile')
-rw-r--r--src/gallium/auxiliary/rtasm/Makefile13
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 ab8ea464c6..0000000000
--- 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