nv50: fix occlusion queries
[mesa.git] / src / gallium / drivers / Makefile
index 58df6c500937cc43356a3cbbb33de3771ab45ef4..6161cb6ff8f459c4a32c6f8967267539c4909e18 100644 (file)
@@ -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