powerpc: build .dtb files in dts directory
authorRob Herring <robh@kernel.org>
Tue, 13 Oct 2015 18:24:16 +0000 (13:24 -0500)
committerRob Herring <robh@kernel.org>
Tue, 2 Oct 2018 14:22:49 +0000 (09:22 -0500)
commit1acf1cf8638a801e67666425d8663f813e1dae8a
tree8e2508235215e1acc3c759a7eb272e44754444c0
parent57361846b52bc686112da6ca5368d11210796804
powerpc: build .dtb files in dts directory

Align powerpc with other architectures which build the dtb files in the
same directory as the dts files. This is also in line with most other
build targets which are located in the same directory as the source.
This move will help enable the 'dtbs' target which builds all the dtbs
regardless of kernel config.

This transition could break some scripts if they expect dtb files in the
old location.

Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: linuxppc-dev@lists.ozlabs.org
Signed-off-by: Rob Herring <robh@kernel.org>
arch/powerpc/Makefile
arch/powerpc/boot/Makefile
arch/powerpc/boot/dts/Makefile [new file with mode: 0644]