summaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2014-04-22 21:55:28 +0530
committerAmit Pundir <amit.pundir@linaro.org>2014-04-22 21:56:48 +0530
commit28d9d34a82b996e3fae15e3e1aa43964c23bf1bc (patch)
treecb097d9305696e24f1a25f98758c4acb47f1b39e /tasks
parent2ce0b37623b0918abfe95d906bb51e7634b4645e (diff)
downloadcommon-28d9d34a82b996e3fae15e3e1aa43964c23bf1bc.tar.gz
tasks kernel.mk: skip kernel task if TARGET_PREBUILT_KERNEL is set
Change-Id: I6537bebcd80f415daf35a13607bf739a358cad76 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
Diffstat (limited to 'tasks')
-rw-r--r--tasks/kernel.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/tasks/kernel.mk b/tasks/kernel.mk
index f583124..642ef09 100644
--- a/tasks/kernel.mk
+++ b/tasks/kernel.mk
@@ -1,3 +1,4 @@
+ifeq ($(strip $(TARGET_PREBUILT_KERNEL)),)
ifneq ($(strip $(SHOW_COMMANDS)),)
KERNEL_VERBOSE="V=1"
endif
@@ -290,3 +291,4 @@ combine_kernel_prebuilt :
$(error ANDROID_PREBUILT_URL need to be set for using this combine_kernel_prebuilt target.)
endif
+endif # TARGET_PREBUILT_KERNEL