Merge branch 'upstream-gallium-0.1' into darktama-gallium-0.1
[mesa.git] / src / mesa / pipe / Makefile
index fbd36d95f7a4f67faedeffad3eeed70297b73d27..6012b2bceadd07dc8c9ee17746ba698301300f23 100644 (file)
@@ -6,8 +6,12 @@ ifeq ($(CONFIG_NAME), linux-cell)
 CELL_DIR = cell
 endif
 
-SUBDIRS = softpipe i915simple i965simple nv40 nv50 failover \
-         pipebuffer $(CELL_DIR)
+ifeq ($(CONFIG_NAME), linux-llvm)
+LLVM_DIR = llvm
+endif
+
+SUBDIRS = softpipe i915simple i965simple nv40 nv50 failover pipebuffer \
+         $(CELL_DIR) $(LLVM_DIR)
 
 
 default: subdirs