X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=Android.mk;h=fb29105a608249a88e6d822623cf1e240c2b953b;hb=c42000545df33b9ab18aa2c5f9775632e0667783;hp=67d894f2af12fb199910f55a6e4be82099bb3ee5;hpb=8949edf01863ade9c87a02e1256bba083f14317a;p=mesa.git diff --git a/Android.mk b/Android.mk index 67d894f2af1..fb29105a608 100644 --- a/Android.mk +++ b/Android.mk @@ -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