summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/sct/Makefile
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-12-31 21:41:24 +0000
committerJosé Fonseca <jfonseca@vmware.com>2010-01-01 12:16:19 +0000
commitfc8e0b97e53fc94b9bafa038cd4420a9588e62f7 (patch)
treefee0c98832f61f514fc89a2cb4fea17004c1b65a /src/gallium/auxiliary/sct/Makefile
parent7bbf7f94ea786e41ff1364cedaf7dd5c0bbf605a (diff)
gallium: Remove the sct module.
Not used, and its functionality is now addressed by pipe_context::is_texture/buffer_referenced callbacks.
Diffstat (limited to 'src/gallium/auxiliary/sct/Makefile')
-rw-r--r--src/gallium/auxiliary/sct/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gallium/auxiliary/sct/Makefile b/src/gallium/auxiliary/sct/Makefile
deleted file mode 100644
index a7d111b689..0000000000
--- a/src/gallium/auxiliary/sct/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-TOP = ../../../..
-include $(TOP)/configs/current
-
-LIBNAME = sct
-
-C_SOURCES = \
- sct.c
-
-include ../../Makefile.template