summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/sct/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/auxiliary/sct/Makefile')
-rw-r--r--src/gallium/auxiliary/sct/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/sct/Makefile b/src/gallium/auxiliary/sct/Makefile
new file mode 100644
index 0000000000..a7d111b689
--- /dev/null
+++ b/src/gallium/auxiliary/sct/Makefile
@@ -0,0 +1,9 @@
+TOP = ../../../..
+include $(TOP)/configs/current
+
+LIBNAME = sct
+
+C_SOURCES = \
+ sct.c
+
+include ../../Makefile.template