From: Grant Likely Date: Tue, 27 Nov 2012 23:29:11 +0000 (-0700) Subject: ARM: dt: change .dtb build rules to build in dts directory X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~89^2~5^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=499cd8298628eeabf0eb5eb6525d4faa0eec80d8;p=pandora-kernel.git ARM: dt: change .dtb build rules to build in dts directory The current rules have the .dtb files build in a different directory from the .dts files. The only reason for this is that it was what PowerPC has done historically. This patch changes ARM to use the generic dtb rule which builds .dtb files in the same directory as the source .dts. Cc: Russell King Cc: Arnd Bergmann Acked-by: Olof Johansson Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Grant Likely [swarren: added rm command for old stale .dtb files] Signed-off-by: Stephen Warren Signed-off-by: Rob Herring --- Reading git-diff-tree failed