aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrik Ryd <patrik.ryd@linaro.org>2011-02-14 15:29:58 +0100
committerPatrik Ryd <patrik.ryd@linaro.org>2011-02-18 13:14:35 +0100
commit67fed63cd8449bea6f8704c66646ca9e26fe24e3 (patch)
treedcb3ec65fe270ca9958aa039e750cf6f3cf88e6c
parent99f0aee316711e95238de295484d16126eda2030 (diff)
downloadbuild-linaro_android_2.3.2.tar.gz
Added generic hook for loading device specific tasks.linaro_android_2.3.2
Change-Id: I6216195edd6a43e940b3d254256092aca98ca58d Signed-off-by: Patrik Ryd <patrik.ryd@linaro.org>
-rw-r--r--core/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/Makefile b/core/Makefile
index d60723e9fb..8c50fb743f 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -1402,4 +1402,5 @@ $(INTERNAL_FINDBUGS_HTML_TARGET): $(INTERNAL_FINDBUGS_XML_TARGET)
# -----------------------------------------------------------------
# These are some additional build tasks that need to be run.
include $(sort $(wildcard $(BUILD_SYSTEM)/tasks/*.mk))
--include $(sort $(wildcard vendor/*/build/tasks/*.mk))
+include $(sort $(wildcard vendor/*/build/tasks/*.mk))
+include $(sort $(wildcard device/*/common/tasks/*.mk))