gallium: rework CSO-related code in state tracker
[mesa.git] / src / gallium / Makefile
index d880d090c15b43ef7b2e2607117ad7003b7146e7..568747e15755d6fab3ddd03a0c03eb13e7b1aa07 100644 (file)
@@ -1,16 +1,8 @@
-TOP = ../../..
+TOP = ../..
 include $(TOP)/configs/current
 
 
-ifeq ($(CONFIG_NAME), linux-cell)
-CELL_DIR = cell
-endif
-
-ifeq ($(CONFIG_NAME), linux-llvm)
-LLVM_DIR = llvm
-endif
-
-SUBDIRS = softpipe i915simple i965simple failover pipebuffer $(CELL_DIR) $(LLVM_DIR)
+SUBDIRS = auxiliary drivers
 
 
 default: subdirs
@@ -26,3 +18,4 @@ subdirs:
 
 clean:
        rm -f `find . -name \*.[oa]`
+       rm -f `find . -name depend`