]> git.baikalelectronics.ru Git - 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)
commit0b80125c8ae6959d85ec7f8edc922c2e1f310d19
treecc828e338279844581f56845b22adee2c0ce2aa4
parent6a99240e34fd6d6db17b9254aa6a1519f4e8e865
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]