From: José Fonseca Date: Mon, 18 Feb 2008 06:07:17 +0000 (+0900) Subject: Actually use GALLIUM_DRIVER_DIRS. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=39fe5851a57a7218eafce7dab971738bdb780166;p=mesa.git Actually use GALLIUM_DRIVER_DIRS. --- diff --git a/src/gallium/drivers/Makefile b/src/gallium/drivers/Makefile index 8dcfb18a16f..6161cb6ff8f 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