summaryrefslogtreecommitdiff
path: root/src/gallium
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2010-03-16 13:44:32 +0000
committerJakob Bornecrantz <jakob@vmware.com>2010-03-24 17:02:17 +0100
commit41d2ebf2020311eb032882d9b0bd1efe916f1feb (patch)
tree576008f03db2b506133b5303059a5579ab012681 /src/gallium
parent01f7acb700789abacca21e89400f57375eb82499 (diff)
gallium: Remove GALLIUM_WINSYS_DRM_DIRS
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/winsys/drm/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/gallium/winsys/drm/Makefile b/src/gallium/winsys/drm/Makefile
deleted file mode 100644
index a998aff931..0000000000
--- a/src/gallium/winsys/drm/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# src/gallium/winsys/Makefile
-TOP = ../../../..
-include $(TOP)/configs/current
-
-SUBDIRS = sw $(GALLIUM_WINSYS_DRM_DIRS)
-
-default install clean:
- @for dir in $(SUBDIRS) ; do \
- if [ -d $$dir ] ; then \
- (cd $$dir && $(MAKE) $@) || exit 1; \
- fi \
- done