[Mesa-dev] [PATCH 03/16] android: simplify the subdirs including rules
Emil Velikov
emil.l.velikov at gmail.com
Sat Mar 28 13:54:19 PDT 2015
From: Chih-Wei Huang <cwhuang at linux.org.tw>
Use the macro defined in the Android build system.
Signed-off-by: Chih-Wei Huang <cwhuang at linux.org.tw>
---
Android.mk | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/Android.mk b/Android.mk
index e190f74..87ed464 100644
--- a/Android.mk
+++ b/Android.mk
@@ -94,7 +94,6 @@ ifeq ($(strip $(MESA_BUILD_GALLIUM)),true)
SUBDIRS += src/gallium
endif
-mkfiles := $(patsubst %,$(MESA_TOP)/%/Android.mk,$(SUBDIRS))
-include $(mkfiles)
+include $(call all-named-subdir-makefiles,$(SUBDIRS))
endif
--
2.1.3
More information about the mesa-dev
mailing list