X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=Android.mk;h=fb29105a608249a88e6d822623cf1e240c2b953b;hb=07d1f8faf9a7b4bdf6989de7df928105cd248251;hp=aa4350f0a776c1cac9c6e0ffbebc255908eb5ed7;hpb=12f88ba32a14ea79134f4e995a55149f078a2f27;p=mesa.git diff --git a/Android.mk b/Android.mk index aa4350f0a77..fb29105a608 100644 --- a/Android.mk +++ b/Android.mk @@ -88,18 +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/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