diff options
author | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-02-18 15:07:17 +0900 |
---|---|---|
committer | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-02-18 15:07:17 +0900 |
commit | 39fe5851a57a7218eafce7dab971738bdb780166 (patch) | |
tree | 990590f2255d474f8975776daa6bb6f0538cbbe3 /src/gallium | |
parent | bfd5916eafb9a97ad10f1d4a8738e7dcb02e04f4 (diff) |
Actually use GALLIUM_DRIVER_DIRS.
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/drivers/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/Makefile b/src/gallium/drivers/Makefile index 8dcfb18a16..6161cb6ff8 100644 --- a/src/gallium/drivers/Makefile +++ b/src/gallium/drivers/Makefile @@ -2,7 +2,7 @@ TOP = ../../.. include $(TOP)/configs/current -SUBDIRS = softpipe i915simple i965simple failover +SUBDIRS = $(GALLIUM_DRIVER_DIRS) default: subdirs |