aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2012-07-14 13:35:15 +0159
committerBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2012-11-14 08:50:46 +0100
commitc6e2a6dca30fd5704cd86e8764ef5cd3ce0386a4 (patch)
treec4333bb6269cae13f8e1cd4eb52cbf06f604c6b6
parent112835fdcc4fdae8779f41dba6d57b22a45b254c (diff)
downloadbuild-c6e2a6dca30fd5704cd86e8764ef5cd3ce0386a4.tar.gz
build/core: Include linaro_compilerchecks.mk
Include linaro_compilerchecks.mk in core/config.mk to allow the macros to be used in board configs Change-Id: I3a0dfd0a3a1c09961e43ef8c2f3cbe50b8c00e20 Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
-rw-r--r--core/config.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/config.mk b/core/config.mk
index 747d8edcb9..534dd98f76 100644
--- a/core/config.mk
+++ b/core/config.mk
@@ -136,6 +136,9 @@ endif
# are specific to the user's build configuration.
include $(BUILD_SYSTEM)/envsetup.mk
+# Useful macros that can be used in board configs
+include $(BUILD_SYSTEM)/linaro_compilerchecks.mk
+
# Boards may be defined under $(SRC_TARGET_DIR)/board/$(TARGET_DEVICE)
# or under vendor/*/$(TARGET_DEVICE). Search in both places, but
# make sure only one exists.