]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0cad846c830946fdc425fb130cc309a5ca02979e
tree8e2508235215e1acc3c759a7eb272e44754444c0
parent72c947294252cbe2f65f649bd9bf0ffe56abd5f0
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]