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, 13 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/rtasm/Makefile b/src/gallium/auxiliary/rtasm/Makefile
new file mode 100644
index 0000000000..ab8ea464c6
--- /dev/null
+++ b/src/gallium/auxiliary/rtasm/Makefile
@@ -0,0 +1,13 @@
+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