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)
commit2a02bc166dd1c7dae71bd3115fb10ec0c351a31f
tree41afb43a7ceb5b4c1197c6583e254c1d1553f9a5
parent127bc79e30387c57206aab8d9d0ef6c8c34a474e
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]
This page took 0.02894 seconds and 5 git commands to generate.