[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1500514531-932-1-git-send-email-frowand.list@gmail.com>
Date: Wed, 19 Jul 2017 18:35:31 -0700
From: frowand.list@...il.com
To: Rob Herring <robh+dt@...nel.org>
Cc: devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] scripts/dtc: dtx_diff - update include dts paths to match build
From: Frank Rowand <frank.rowand@...y.com>
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: <stable@...r.kernel.org> # 4.12
Signed-off-by: Frank Rowand <frank.rowand@...y.com>
---
scripts/dtc/dtx_diff | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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__"
--
Frank Rowand <frank.rowand@...y.com>
Powered by blists - more mailing lists