]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
openrisc: use new common dtc rule
authorStephen Warren <swarren@nvidia.com>
Tue, 27 Nov 2012 23:29:13 +0000 (16:29 -0700)
committerRob Herring <rob.herring@calxeda.com>
Mon, 3 Dec 2012 23:17:48 +0000 (17:17 -0600)
commit19fbd6b2961ccbdba73c6c731ef27da29063e094
treecc828e338279844581f56845b22adee2c0ce2aa4
parent70f915a299bc72424fc2d3498284f6d48b880afa
openrisc: use new common dtc rule

The current rules have the .dtb files build in a different directory
from the .dts files. This patch changes openrisc to use the generic dtb
rule which builds .dtb files in the same directory as the source .dts.

This requires renaming arch/openrisc/boot/Makefile to
arch/openrisc/boot/dts/Makefile, and updating arch/openrisc/Makefile to
call the new Makefile.

Cc: Jonas Bonn <jonas@southpole.se>
Cc: linux@lists.openrisc.net
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
arch/openrisc/Makefile
arch/openrisc/boot/Makefile [deleted file]
arch/openrisc/boot/dts/Makefile [new file with mode: 0644]