From: Stephen Warren Date: Wed, 2 Jan 2013 18:27:14 +0000 (-0700) Subject: xtensa: use new common dtc rule X-Git-Tag: v3.9-rc1~57^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a02bc166dd1c7dae71bd3115fb10ec0c351a31f;p=pandora-kernel.git 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 Signed-off-by: Chris Zankel --- Reading git-diff-tree failed