]> git.baikalelectronics.ru Git - kernel.git/commit
nios2: build .dtb files in dts directory
authorRob Herring <robh@kernel.org>
Thu, 8 Oct 2015 00:21:18 +0000 (19:21 -0500)
committerRob Herring <robh@kernel.org>
Tue, 2 Oct 2018 14:22:49 +0000 (09:22 -0500)
commit76b3efce431531bfd3d5ebd51ceac44f14fcd134
tree05178cf807513b79d3df68b3724ef96b406a6009
parent0cad846c830946fdc425fb130cc309a5ca02979e
nios2: build .dtb files in dts directory

Align nios2 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: Ley Foon Tan <lftan@altera.com>
Cc: nios2-dev@lists.rocketboards.org
Signed-off-by: Rob Herring <robh@kernel.org>
arch/nios2/Makefile
arch/nios2/boot/Makefile
arch/nios2/boot/dts/Makefile [new file with mode: 0644]