]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: dts: versatile: use #include "..." to include local DT
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 24 May 2017 05:10:10 +0000 (14:10 +0900)
committerOlof Johansson <olof@lixom.net>
Fri, 2 Jun 2017 00:07:29 +0000 (17:07 -0700)
commitcf5cde2199058f1aed33f8b5f637c02a95936031
tree4c49521109bb5ee853e56a220999d0b79ba35cc0
parent791229f1d530a0f0a680a4c09f98199792485f33
ARM: dts: versatile: use #include "..." to include local DT

Most of DT files in ARM use #include "..." to make pre-processor
include DT in the same directory, but this is one of the exceptional
files that use #include <...> for that.

Fix it to remove -I$(srctree)/arch/$(SRCARCH)/boot/dts path from
dtc_cpp_flags.

ARM: dts: versatile: use #include "..." to include DT in the same directory

Most of DT files in ARM use #include "..." to make pre-processor
include DT in the same directory, but we have 3 exceptional files
that use #include <...> for that.

They must be fixed to remove -I$(srctree)/arch/$(SRCARCH)/boot/dts
path from dtc_cpp_flags.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/boot/dts/versatile-pb.dts