From 2198bdd81fff5e3878a9b2a0eed5c7b828114282 Mon Sep 17 00:00:00 2001
From: Patrik Ryd patrik.ryd@linaro.org Date: Mon, 14 Feb 2011 15:29:58 +0100 Subject: [PATCH 1/2] Added generic hook for loading device specific tasks. Change-Id: I98766a2f05ceda931fe94a668ef2950a79297ced Signed-off-by: Patrik Ryd patrik.ryd@linaro.org --- core/Makefile | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/core/Makefile b/core/Makefile index d60723e..beb845d 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/*/build/tasks/*.mk)) -- 1.7.1