summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2015-06-15 16:21:41 +0100
committerVishal Bhoj <vishal.bhoj@linaro.org>2015-06-15 16:25:47 +0100
commit7f8c51d486ae80b571c4c6310de765eb832a4285 (patch)
treeccfd4679f1c7b587c83ea2962b0d70a77e6c071f
parent746026cefb352df1df96fdd9c3aabdd387ed6a82 (diff)
downloadcommon-7f8c51d486ae80b571c4c6310de765eb832a4285.tar.gz
One more variable for which kernel shouldn't be built
Change-Id: I9c9af918bad2c3ca5a4f3c73a08d16ca52b76b53 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rw-r--r--tasks/kernel.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/tasks/kernel.mk b/tasks/kernel.mk
index 91c74e9..6729dce 100644
--- a/tasks/kernel.mk
+++ b/tasks/kernel.mk
@@ -1,5 +1,6 @@
ifneq ($(strip $(TARGET_NO_KERNEL)),true)
ifeq ($(strip $(TARGET_PREBUILT_KERNEL)),)
+ifeq ($(strip $(LOCAL_KERNEL)),)
ifneq ($(strip $(SHOW_COMMANDS)),)
KERNEL_VERBOSE="V=1"
endif
@@ -300,4 +301,5 @@ combine_kernel_prebuilt :
endif
endif # TARGET_PREBUILT_KERNEL
+endif # LOCAL_KERNEL
endif # TARGET_NO_KERNEL