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

_______________________________________________
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev

Reply via email to