aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2013-09-24 12:34:17 +0100
committerGerrit Code Review <gerrit@ip-10-141-129-99.ec2.internal>2013-10-16 07:16:43 +0000
commit0b494636f99add43c8d494e9937757506538f689 (patch)
treecda8259a88e2628c8291a4df12f97ef790d74a5d
parentb30b20bd24ecc58cde8f47a8754fa478d2cd25f6 (diff)
downloadvexpress-0b494636f99add43c8d494e9937757506538f689.tar.gz
vexpress: Set toolchain in Boardconfig.mklinaro-jb
We need not export the TARGET_TOOLS_PREFIX before building. The patch is dependent on http://review.android.git.linaro.org/#/c/4430/ Change-Id: I09e2c9ead4811be0a1b1d6d4a958e03443700429 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rw-r--r--BoardConfig.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index ae9f8dd..af40ee1 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -83,6 +83,7 @@ else
#
# MP
#
+include $(TOPDIR)device/linaro/common/linaro_configs.mk
KERNEL_CONFIG ?= linaro/configs/linaro-base.conf \
linaro/configs/android.conf \
linaro/configs/big-LITTLE-MP.conf \