vc4: fixup for new nir_foreach_block()
[mesa.git] / Android.mk
index 67d894f2af12fb199910f55a6e4be82099bb3ee5..bd42bc6f4a9ec889c7572263f4c1c0420f781d36 100644 (file)
@@ -91,16 +91,17 @@ SUBDIRS := \
        src/loader \
        src/mapi \
        src/compiler \
-       src/compiler/glsl \
        src/mesa \
        src/util \
        src/egl \
        src/mesa/drivers/dri
 
+INC_DIRS := $(call all-named-subdir-makefiles,$(SUBDIRS))
+
 ifeq ($(strip $(MESA_BUILD_GALLIUM)),true)
-SUBDIRS += src/gallium
+INC_DIRS += $(call all-named-subdir-makefiles,src/gallium)
 endif
 
-include $(call all-named-subdir-makefiles,$(SUBDIRS))
+include $(INC_DIRS)
 
 endif