Re: [PATCH 1/2] ARM: dts: prevent *.dtb from always being rebuilt

2012-12-31 Thread Rob Herring
On 12/31/2012 10:39 AM, Stephen Warren wrote: > On 12/29/2012 10:32 PM, Olof Johansson wrote: >> On Fri, Dec 28, 2012 at 05:42:46PM -0700, Stephen Warren wrote: >>> From: Stephen Warren >>> >>> if_changed (used by the *.dts->*.dtc rule) rebuilds files if they aren't >>> contained in $(targets).

Re: [PATCH 1/2] ARM: dts: prevent *.dtb from always being rebuilt

2012-12-31 Thread Stephen Warren
On 12/29/2012 10:32 PM, Olof Johansson wrote: > On Fri, Dec 28, 2012 at 05:42:46PM -0700, Stephen Warren wrote: >> From: Stephen Warren >> >> if_changed (used by the *.dts->*.dtc rule) rebuilds files if they aren't >> contained in $(targets). (make V=2 indicates this). Add $(dtb-y) to >>

Re: [PATCH 1/2] ARM: dts: prevent *.dtb from always being rebuilt

2012-12-31 Thread Stephen Warren
On 12/29/2012 10:32 PM, Olof Johansson wrote: On Fri, Dec 28, 2012 at 05:42:46PM -0700, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com if_changed (used by the *.dts-*.dtc rule) rebuilds files if they aren't contained in $(targets). (make V=2 indicates this). Add $(dtb-y) to

Re: [PATCH 1/2] ARM: dts: prevent *.dtb from always being rebuilt

2012-12-31 Thread Rob Herring
On 12/31/2012 10:39 AM, Stephen Warren wrote: On 12/29/2012 10:32 PM, Olof Johansson wrote: On Fri, Dec 28, 2012 at 05:42:46PM -0700, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com if_changed (used by the *.dts-*.dtc rule) rebuilds files if they aren't contained in $(targets).

Re: [PATCH 1/2] ARM: dts: prevent *.dtb from always being rebuilt

2012-12-29 Thread Olof Johansson
On Fri, Dec 28, 2012 at 05:42:46PM -0700, Stephen Warren wrote: > From: Stephen Warren > > if_changed (used by the *.dts->*.dtc rule) rebuilds files if they aren't > contained in $(targets). (make V=2 indicates this). Add $(dtb-y) to > $(targets) to prevent *.dtb from always being rebuilt. > >

Re: [PATCH 1/2] ARM: dts: prevent *.dtb from always being rebuilt

2012-12-29 Thread Olof Johansson
On Fri, Dec 28, 2012 at 05:42:46PM -0700, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com if_changed (used by the *.dts-*.dtc rule) rebuilds files if they aren't contained in $(targets). (make V=2 indicates this). Add $(dtb-y) to $(targets) to prevent *.dtb from always being

[PATCH 1/2] ARM: dts: prevent *.dtb from always being rebuilt

2012-12-28 Thread Stephen Warren
From: Stephen Warren if_changed (used by the *.dts->*.dtc rule) rebuilds files if they aren't contained in $(targets). (make V=2 indicates this). Add $(dtb-y) to $(targets) to prevent *.dtb from always being rebuilt. This fixes a regression introduced by the .dtb rule rework in 499cd82 "ARM:

[PATCH 1/2] ARM: dts: prevent *.dtb from always being rebuilt

2012-12-28 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com if_changed (used by the *.dts-*.dtc rule) rebuilds files if they aren't contained in $(targets). (make V=2 indicates this). Add $(dtb-y) to $(targets) to prevent *.dtb from always being rebuilt. This fixes a regression introduced by the .dtb rule rework in