Skip to content

Commit

Permalink
scripts/dtc: dtx_diff - update include dts paths to match build
Browse files Browse the repository at this point in the history
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: <stable@vger.kernel.org> # 4.12
Signed-off-by: Frank Rowand <frank.rowand@sony.com>
Signed-off-by: Rob Herring <robh@kernel.org>
  • Loading branch information
Frank Rowand authored and Rob Herring committed Jul 20, 2017
1 parent 5771a8c commit b4b201d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dtc/dtx_diff
Original file line number Diff line number Diff line change
Expand Up @@ -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__"

Expand Down

0 comments on commit b4b201d

Please sign in to comment.