Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1692336 > unrolled thread

[PATCH] scripts/dtc: dtx_diff - update include dts paths to match build

Started byfrowand.list@gmail.com
First post2017-07-20 03:40 +0200
Last post2017-07-20 03:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] scripts/dtc: dtx_diff - update include dts paths to match build frowand.list@gmail.com - 2017-07-20 03:40 +0200

#1692336 — [PATCH] scripts/dtc: dtx_diff - update include dts paths to match build

Fromfrowand.list@gmail.com
Date2017-07-20 03:40 +0200
Subject[PATCH] scripts/dtc: dtx_diff - update include dts paths to match build
Message-ID<u58BA-51-5@gated-at.bofh.it>
From: Frank Rowand <frank.rowand@sony.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@vger.kernel.org> # 4.12
Signed-off-by: Frank Rowand <frank.rowand@sony.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@sony.com>

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web