summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2021-12-15 14:50:55 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2021-12-24 17:17:00 +0000
commit82d04d77b44d330a4736e08b9f4a7dcbc1ef1ea6 (patch)
tree809549ecc3bcf0391f2265cb424407ae781b35e7
parent18db933b13e286fea1d82e6a1528c1c93e1de3e1 (diff)
downloadomap-modules-82d04d77b44d330a4736e08b9f4a7dcbc1ef1ea6.tar.gz
build.config.x15: update to use the dts in external module
so that we won't need patches on the target repositories depends on the change here: https://android-review.googlesource.com/c/kernel/build/+/1922758 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org> Change-Id: I5e89e13da586f66ff55395e0c1e9bbf0ed7b5360
-rw-r--r--build.config.x157
1 files changed, 5 insertions, 2 deletions
diff --git a/build.config.x15 b/build.config.x15
index f9e0a70..c503afb 100644
--- a/build.config.x15
+++ b/build.config.x15
@@ -16,10 +16,13 @@ POST_DEFCONFIG_CMDS="rm ${ROOT_DIR}/${KERNEL_DIR}/arch/arm/configs/${DEFCONFIG}"
EXT_MODULES="${LOCAL_DIR}"
ADDITIONAL_HOST_TOOLS="${ADDITIONAL_HOST_TOOLS} lzma"
+DTS_EXT_DIR="${EXT_MODULES}"
+DTC_INCLUDE=${ROOT_DIR}/${KERNEL_DIR}/arch/arm/boot/dts/
+
MAKE_GOALS="${MAKE_GOALS}
-am57xx-beagle-x15-revc.dtb
+dts/am57xx-beagle-x15-revc.dtb
"
FILES="${FILES}
-arch/arm/boot/dts/am57xx-beagle-x15-revc.dtb
+dts/am57xx-beagle-x15-revc.dtb
"