Actually use GALLIUM_DRIVER_DIRS.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Mon, 18 Feb 2008 06:07:17 +0000 (15:07 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Mon, 18 Feb 2008 06:07:17 +0000 (15:07 +0900)
src/gallium/drivers/Makefile

index 8dcfb18a16f98571a00b51c43d64403510b4b5ad..6161cb6ff8f459c4a32c6f8967267539c4909e18 100644 (file)
@@ -2,7 +2,7 @@ TOP = ../../..
 include $(TOP)/configs/current
 
 
-SUBDIRS = softpipe i915simple i965simple failover
+SUBDIRS = $(GALLIUM_DRIVER_DIRS)
 
 
 default: subdirs