summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2015-07-16 16:34:33 +0100
committerVishal Bhoj <vishal.bhoj@linaro.org>2015-07-16 16:34:33 +0100
commit6296c9d3f677bd44770315c29a4b0ed9bb42f115 (patch)
tree4b9cedb9331bf935996888194534d38858a3258d
parentd09f790a377bd2eebd2a9f2d957c163cfe1a41ad (diff)
downloadjuno_prebuilt_kernel-RLCR-16.01.tar.gz
Set kernel path correctly so that kernel gets copiedRLCR-16.11linaro-marshmallowlinaro-lollipopRLCR-16.01RLCR-15.12
Change-Id: I16e05718eb045f73b28ea091f156b36462da946b Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rw-r--r--juno_prebuilt_kernel.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/juno_prebuilt_kernel.mk b/juno_prebuilt_kernel.mk
index 1d9f1df..3745e9f 100644
--- a/juno_prebuilt_kernel.mk
+++ b/juno_prebuilt_kernel.mk
@@ -1,5 +1,7 @@
#
# Inherit the full_base and device configurations
+TARGET_PREBUILT_KERNEL := kernel/linaro/armv8/arch/arm64/boot/Image
+TARGET_PREBUILT_DTB := kernel/linaro/armv8/arch/arm64/boot/dts/juno.dtb
$(call inherit-product, device/linaro/juno/device.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)