]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xtensa: use new common dtc rule
authorStephen Warren <swarren@nvidia.com>
Wed, 2 Jan 2013 18:27:14 +0000 (11:27 -0700)
committerChris Zankel <chris@zankel.net>
Sun, 13 Jan 2013 05:00:25 +0000 (21:00 -0800)
commit4cde06eba0c14a5a5bf818368af72b52b445a584
tree914f493a36ec43e09808ce973c8a30b71738ddea
parent74de4a635bffc44d194d7aa3a07a3ef7611e5821
xtensa: use new common dtc rule

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

This requires moving parts of arch/xtensa/boot/Makefile into newly
created arch/xtensa/boot/dts/Makefile, and updating arch/xtensa/Makefile
to call the new Makefile.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
arch/xtensa/Makefile
arch/xtensa/boot/Makefile
arch/xtensa/boot/dts/Makefile [new file with mode: 0644]