]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: dts: prevent *.dtb from always being rebuilt
authorStephen Warren <swarren@nvidia.com>
Sat, 29 Dec 2012 00:42:47 +0000 (17:42 -0700)
committerRob Herring <rob.herring@calxeda.com>
Mon, 14 Jan 2013 14:08:28 +0000 (08:08 -0600)
commitb378cbcad1cacad237cca871d61dcf0edf109d35
tree5018776993344ceb489b60fb87184bf4da9ff870
parent8a951b0447260880e42a062699d73808167b7fdf
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 b0e2841
"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 <swarren@nvidia.com>
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
arch/arm64/boot/dts/Makefile