commit | 5ffa2aed389c8f204e57ef361a78340a4bfcffc9 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Jul 25 11:23:35 2017 +0900 |
committer | Rob Herring <robh@kernel.org> | Mon Aug 21 12:20:12 2017 -0500 |
tree | a4254bf95cd77a3cecd0b60b775af2c6b9e4e6a0 | |
parent | b12869a8d519cbb887866c295dc39df00d646898 [diff] |
of: remove arch/$(SRCARCH)/boot/dts from include search path for CPP Having arch/$(SRCARCH)/boot/dts as an include search path is not very useful these days because some architectures such as ARM64, MIPS have no DT in this directory. Instead, they have DT in vendor sub-directories. With some DT files in ARM and PowerPC fixed, we can now drop this include search path. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Rob Herring <robh@kernel.org>