summaryrefslogtreecommitdiff
path: root/src/gallium/Makefile
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2009-02-10 16:23:02 +0100
committerJakob Bornecrantz <jakob@vmware.com>2009-02-10 16:23:02 +0100
commit43e6272ae5c03f663cfdd98f35b0b0028bc5d252 (patch)
tree77669b7713b43e4c99b7398a0d0acca724ef3fca /src/gallium/Makefile
parent7fad277bbbc8174a81427edcd9c7306d1b6571b1 (diff)
gallium: Introduce new subdirs build variables
(based on gallium-xorg-driver/commit 270ce504052d415870a25ab59818b2309eb8ac13)
Diffstat (limited to 'src/gallium/Makefile')
-rw-r--r--src/gallium/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/Makefile b/src/gallium/Makefile
index c7b594d084e..875314f6c31 100644
--- a/src/gallium/Makefile
+++ b/src/gallium/Makefile
@@ -2,7 +2,7 @@ TOP = ../..
include $(TOP)/configs/current
-SUBDIRS = auxiliary drivers state_trackers
+SUBDIRS = $(GALLIUM_DIRS)
# Note winsys/ needs to be built after src/mesa