From: Stephen Warren Date: Sat, 29 Dec 2012 00:42:47 +0000 (-0700) Subject: arm64: dts: prevent *.dtb from always being rebuilt X-Git-Tag: v3.8-rc4~21^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0b6a548f7fc9af9cc0bdea5bcc66bec3581ec37;p=pandora-kernel.git arm64: dts: prevent *.dtb from always being rebuilt 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. Note This fixes a regression introduced by the .dtb rule rework in da4cbc6 "arm64: use new common dtc rule", although since arm64 doesn't actually have any *.dts yet, this isn't a critical issue. Signed-off-by: Stephen Warren Signed-off-by: Rob Herring --- Reading git-diff-tree failed