summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2016-03-29 18:04:29 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2016-03-29 18:04:29 +0800
commitc772795578ef8a7570cdb3b94de0ef2e16e9f75b (patch)
treebf2424f3dac6ef0d95567c6cf7a86e21027573e7
parent3a5360c3098a09327485644830f2e653396ac2fc (diff)
downloadfvp-armv8-RLCR-16.03.tar.gz
BoardConfig.mk: update the settings for TARGET_KERNEL_SOURCERLCR-16.03
now we will use kernel/linaro/armlt as the kernel source directory, so updated TARGET_KERNEL_SOURCE to only point to kernel/linaro/armlt. Otherwise it will cause problem on android-build when getting kernel information Change-Id: I2baa5745afdfde08d322cefa72531707f338eeb8 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rw-r--r--BoardConfig.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index e99272a..d97c719 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -37,12 +37,7 @@ KERNEL_CONFIG ?= linaro/configs/linaro-base.conf \
$(realpath $(TOP))/device/linaro/build/selinux.conf
# Kernel Source and Device Tree
-# Check the available kernel source and set the same
-ifneq ($(wildcard $(TOP)/kernel/linaro/vexpress),)
-TARGET_KERNEL_SOURCE := kernel/linaro/vexpress
-else
TARGET_KERNEL_SOURCE := kernel/linaro/armlt
-endif
DEVICE_TREES := fvp-base-aemv8a-aemv8a:fvp-base-aemv8a-aemv8a.dtb fvp-base-aemv8a-aemv8a:fdt.dtb
BUILD_KERNEL_MODULES := false