Skip to content

Commit b4b201d

Browse files
frowandrobherring
authored andcommitted
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 d5d332d ("devicetree: Move include prefixes from arch to separate directory"). Cc: <[email protected]> # 4.12 Signed-off-by: Frank Rowand <[email protected]> Signed-off-by: Rob Herring <[email protected]>
1 parent 5771a8c commit b4b201d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dtc/dtx_diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ fi
321321
cpp_flags="\
322322
-nostdinc \
323323
-I${srctree}/arch/${ARCH}/boot/dts \
324-
-I${srctree}/arch/${ARCH}/boot/dts/include \
324+
-I${srctree}/scripts/dtc/include-prefixes \
325325
-I${srctree}/drivers/of/testcase-data \
326326
-undef -D__DTS__"
327327

0 commit comments

Comments
 (0)