mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
UPSTREAM: 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 commitd5d332d3f7("devicetree: Move include prefixes from arch to separate directory"). Change-Id: Ia0ea81369757b9de902b3fe4ab0a1af17ccccf56 Cc: <stable@vger.kernel.org> # 4.12 Signed-off-by: Frank Rowand <frank.rowand@sony.com> Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Tao Huang <huangtao@rock-chips.com> (cherry picked from commitb4b201d88b)
This commit is contained in:
@@ -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__"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user