vc4: Fix handling of UBO range offsets.
[mesa.git] / Android.mk
index bd42bc6f4a9ec889c7572263f4c1c0420f781d36..a83cb338d1827ce630f107888e5a37ea70a39471 100644 (file)
@@ -88,12 +88,15 @@ 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/mesa \
        src/util \
        src/egl \
+       src/intel/genxml \
+       src/intel/isl \
        src/mesa/drivers/dri
 
 INC_DIRS := $(call all-named-subdir-makefiles,$(SUBDIRS))