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-10-10 15:54:28 +0200
commit3974bf8b0b17840084ada495450e6b1cdf5c90ac (patch)
tree16996ad03ed4390b461b51c0de40c72665866d9f
parent1f7d33ddf764f3b4f899ac032faebf7dea923bf1 (diff)
downloadbuild-3974bf8b0b17840084ada495450e6b1cdf5c90ac.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 f02fbef5d8..496aa3d70b 100644
--- a/core/config.mk
+++ b/core/config.mk
@@ -131,6 +131,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.