]> git.baikalelectronics.ru Git - kernel.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, 24 Feb 2013 03:12:52 +0000 (19:12 -0800)
commit023489c344a0ac7c7b1416c23eb5a5826f9f34bb
tree41afb43a7ceb5b4c1197c6583e254c1d1553f9a5
parente151e684ef7e15795e8681ab22bacf06baf9e0c2
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]