X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=Android.mk;h=fb29105a608249a88e6d822623cf1e240c2b953b;hb=de84e99e454adede4f95c1cfd59f24c9dcc4e73d;hp=67d894f2af12fb199910f55a6e4be82099bb3ee5;hpb=89e421369c54a8edc4930352e062f03b5c66b886;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