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/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/rtasm/Makefile b/src/gallium/auxiliary/rtasm/Makefile
new file mode 100644
index 0000000000..39b8a4dbd7
--- /dev/null
+++ b/src/gallium/auxiliary/rtasm/Makefile
@@ -0,0 +1,15 @@
+TOP = ../../../..
+include $(TOP)/configs/current
+
+LIBNAME = rtasm
+
+C_SOURCES = \
+ rtasm_cpu.c \
+ rtasm_execmem.c \
+ rtasm_x86sse.c \
+ rtasm_ppc_spe.c
+
+include ../../Makefile.template
+
+symlinks:
+