[PATCH V7 2/7] ARM: dt: change .dtb build rules to build in dts directory
From: Stephen Warren <hidden>
Date: 2012-12-29 00:43:42
Also in:
linux-arch, lkml
From: Stephen Warren <hidden>
Date: 2012-12-29 00:43:42
Also in:
linux-arch, lkml
On 12/26/2012 07:27 AM, Shawn Guo wrote:
On Tue, Nov 27, 2012 at 04:29:11PM -0700, Stephen Warren wrote:quoted
From: Grant Likely <redacted> 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.It's a pity that after merging the patch, all the enabled dts files will be rebuilt anyway no matter whether they are actually changed or not.
Oops. I thought I'd tested that quite extensively, but I somehow missed something. I've sent patches to fix this.