Re: [PATCH] ARM: Fix dtb dependency to use order-only prerequisites

2013-06-24 Thread David Brown
On Mon, Jun 24, 2013 at 01:41:57PM -0700, Doug Anderson wrote: The %.dtb dependency is specified to depend on the PHONY "scripts". That means that it'll build every time even if the underlying dtb file hasn't been touched. Use an order-only prerequisites to fix this. Also mark "dtbs" as PHONY fo

Re: [PATCH] ARM: Fix dtb dependency to use order-only prerequisites

2013-06-24 Thread Olof Johansson
On Mon, Jun 24, 2013 at 1:41 PM, Doug Anderson wrote: > The %.dtb dependency is specified to depend on the PHONY "scripts". > That means that it'll build every time even if the underlying dtb file > hasn't been touched. Use an order-only prerequisites to fix this. > Also mark "dtbs" as PHONY for