summaryrefslogtreecommitdiff
path: root/tasks/kernel.mk
diff options
context:
space:
mode:
authorPatrik Ryd <patrik.ryd@linaro.org>2012-09-27 12:38:08 +0000
committerPatrik Ryd <patrik.ryd@linaro.org>2012-09-27 15:12:21 +0200
commitb33f5e137f0e9b159829500fb98f0e39e3b12de2 (patch)
tree9dcf086393e7a88a27b3cfa8636dc2ba13e0e0e1 /tasks/kernel.mk
parentd49c1a4ad5a5684e1eef708baf1055a4262e9423 (diff)
kernel.mk: Fix an other device-tree parallel build failure
KERNEL_OUT was empty if the folder $(PRODUCT_OUT)/obj/kernel was not created by the time KERNEL_OUT should be assiged. Change-Id: I95eec881a9f9faabeb6667fa27e92181249f5b54 Signed-off-by: Patrik Ryd <patrik.ryd@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 1f7d8a6..ec94497 100644
--- a/tasks/kernel.mk
+++ b/tasks/kernel.mk
@@ -7,7 +7,7 @@ KERNEL_TOOLS_PREFIX ?= $(shell sh -c "cd $(TOP); cd `dirname $(TARGET_TOOLS_PREF
LOCAL_CFLAGS=$(call cc-option,"-mno-unaligned-access", )
REALTOP=$(realpath $(TOP))
-KERNEL_OUT=$(shell readlink -f $(PRODUCT_OUT)/obj/kernel)
+KERNEL_OUT=$(realpath $(PRODUCT_OUT))/obj/kernel
ifneq ($(strip $(BUILD_TINY_ANDROID)),true)
# We can build perf if it's included in the kernel and has the