From: Frank Rowand Date: Thu, 20 Jul 2017 01:35:31 +0000 (-0700) Subject: scripts/dtc: dtx_diff - update include dts paths to match build X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b4b201d88b7c9b3c6acdd03f9adec0c9857548ce;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git scripts/dtc: dtx_diff - update include dts paths to match build Update the cpp include flags for compiling device tree dts files to match the changes made to the kernel build process in commit d5d332d3f7e8 ("devicetree: Move include prefixes from arch to separate directory"). Cc: # 4.12 Signed-off-by: Frank Rowand Signed-off-by: Rob Herring --- diff --git a/scripts/dtc/dtx_diff b/scripts/dtc/dtx_diff index fb86f3899e16..f9a3d8d23c64 100755 --- a/scripts/dtc/dtx_diff +++ b/scripts/dtc/dtx_diff @@ -321,7 +321,7 @@ fi cpp_flags="\ -nostdinc \ -I${srctree}/arch/${ARCH}/boot/dts \ - -I${srctree}/arch/${ARCH}/boot/dts/include \ + -I${srctree}/scripts/dtc/include-prefixes \ -I${srctree}/drivers/of/testcase-data \ -undef -D__DTS__"