nv50: fix occlusion queries
[mesa.git] / src / gallium / drivers / Makefile
index c0345a9cb54feead7510fe58c13b383c5c6b534d..6161cb6ff8f459c4a32c6f8967267539c4909e18 100644 (file)
@@ -2,11 +2,7 @@ TOP = ../../..
 include $(TOP)/configs/current
 
 
-ifeq ($(CONFIG_NAME), linux-cell)
-CELL_DIR = cell
-endif
-
-SUBDIRS = softpipe i915simple i965simple failover pipebuffer $(CELL_DIR)
+SUBDIRS = $(GALLIUM_DRIVER_DIRS)
 
 
 default: subdirs