summaryrefslogtreecommitdiff
path: root/tasks/kernel.mk
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2012-08-02 07:38:31 +0200
committerBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2012-08-02 07:38:31 +0200
commit9e8cc129fe725c4065a5bc9a4697dc6bd144f1c3 (patch)
tree3b98ba95031a224cfc74c944968ada3589f995bc /tasks/kernel.mk
parentddb7cab924986595f0cadc82215009d426bffa37 (diff)
kernel.mk: Allow use of JB prebuilts/ toolchain
The comment about the toolchain being too old to compile kernels applies only to the ICS prebuilt/ toolchain, not to the JB prebuilts/ toolchain. Change-Id: Icf1d06cc08f17f5104832ec754ea6d4d20aa4f7c Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
Diffstat (limited to 'tasks/kernel.mk')
-rw-r--r--tasks/kernel.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/kernel.mk b/tasks/kernel.mk
index e2acf94..a9270b0 100644
--- a/tasks/kernel.mk
+++ b/tasks/kernel.mk
@@ -2,7 +2,7 @@ ifneq ($(strip $(SHOW_COMMANDS)),)
KERNEL_VERBOSE="V=1"
endif
-ifneq ($(findstring prebuilt,$(TARGET_TOOLS_PREFIX)),)
+ifneq ($(findstring prebuilt/,$(TARGET_TOOLS_PREFIX)),)
# The prebuilt toolchain is way too old to compile
# current kernels - so we use a system wide toolchain
# installation if available.