summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2014-08-05 13:18:58 +0200
committerThierry Reding <treding@nvidia.com>2014-08-07 17:00:19 +0200
commit98813a3f77fec64dbe6ed908828015d4007bbd3d (patch)
treec9e2863c958f564d8b30aee83a90bbbe0fd6070c
parente27c08df83cf5df5f79f54afd31b7515933d809e (diff)
score: Allow CROSS_COMPILE to be taken from environment
Allow the CROSS_COMPILE variable to be specified in the environment. Signed-off-by: Thierry Reding <treding@nvidia.com>
-rw-r--r--arch/score/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/score/Makefile b/arch/score/Makefile
index 9e3e060290e0..b051f43c54cc 100644
--- a/arch/score/Makefile
+++ b/arch/score/Makefile
@@ -7,7 +7,7 @@
#
KBUILD_DEFCONFIG := spct6600_defconfig
-CROSS_COMPILE := score-linux-
+CROSS_COMPILE ?= score-linux-
#
# CPU-dependent compiler/assembler options for optimization.