X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2FMakefile;h=6161cb6ff8f459c4a32c6f8967267539c4909e18;hb=5ea8068f242411604cfb80e0ce21d8f6f2641046;hp=58df6c500937cc43356a3cbbb33de3771ab45ef4;hpb=9a6c39bd2e857398199f46f302a70317a70e3a8d;p=mesa.git diff --git a/src/gallium/drivers/Makefile b/src/gallium/drivers/Makefile index 58df6c50093..6161cb6ff8f 100644 --- a/src/gallium/drivers/Makefile +++ b/src/gallium/drivers/Makefile @@ -2,12 +2,7 @@ TOP = ../../.. include $(TOP)/configs/current -ifeq ($(CONFIG_NAME), linux-cell) -CELL_DIR = cell -endif - -SUBDIRS = softpipe i915simple i965simple nv30 nv40 nv50 \ - failover pipebuffer $(CELL_DIR) +SUBDIRS = $(GALLIUM_DRIVER_DIRS) default: subdirs