diff options
Diffstat (limited to 'src/gallium/auxiliary/sct/Makefile')
-rw-r--r-- | src/gallium/auxiliary/sct/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/sct/Makefile b/src/gallium/auxiliary/sct/Makefile new file mode 100644 index 0000000000..516d1756cf --- /dev/null +++ b/src/gallium/auxiliary/sct/Makefile @@ -0,0 +1,12 @@ +TOP = ../../../.. +include $(TOP)/configs/current + +LIBNAME = sct + +C_SOURCES = \ + sct.c + +include ../../Makefile.template + +symlinks: + |