From: Douglas Anderson Date: Mon, 24 Jun 2013 21:03:50 +0000 (+0100) Subject: ARM: 7774/1: Fix dtb dependency to use order-only prerequisites X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~41^2~1^3~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81793bab5d7cc0d0962dae47dab3a63ae4bd5265;p=pandora-kernel.git ARM: 7774/1: Fix dtb dependency to use order-only prerequisites 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 correctness. This was broken in (70b0476 ARM: 7513/1: Make sure dtc is built before running it). Reported-by: Mike Frysinger Signed-off-by: Doug Anderson Acked-by: Olof Johansson Reviewed-by: David Brown Signed-off-by: Russell King --- Reading git-diff-tree failed