svga: Allow DXPredCopyRegion for depth_and_stencil formats.
[mesa.git] / Android.mk
index 67d894f2af12fb199910f55a6e4be82099bb3ee5..fb29105a608249a88e6d822623cf1e240c2b953b 100644 (file)
@@ -88,19 +88,23 @@ MESA_ENABLE_LLVM := $(if $(filter radeonsi,$(MESA_GPU_DRIVERS)),true,false)
 ifneq ($(strip $(MESA_GPU_DRIVERS)),)
 
 SUBDIRS := \
+       src/gbm \
        src/loader \
        src/mapi \
        src/compiler \
-       src/compiler/glsl \
        src/mesa \
        src/util \
        src/egl \
+       src/amd \
+       src/intel \
        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