aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2012-02-24 09:01:46 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2012-02-24 09:01:46 -0800
commitee3253241a928f6c5c40960629d7071eb6a4b23c (patch)
treeedf6d3800414eccb80ee6d861ec805c66fd74bb9
parentMAINTAINERS: drop me from PA-RISC maintenance (diff)
parentKbuild: Use dtc's -d (dependency) option (diff)
downloadwireguard-linux-ee3253241a928f6c5c40960629d7071eb6a4b23c.tar.xz
wireguard-linux-ee3253241a928f6c5c40960629d7071eb6a4b23c.zip
Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming
This is the arch/c6x part of commit 7c43185138cf ("Kbuild: Use dtc's -d (dependency) option") which was dropped because c6x had not yet been merged at the time. * tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming: Kbuild: Use dtc's -d (dependency) option
-rw-r--r--arch/c6x/boot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/c6x/boot/Makefile b/arch/c6x/boot/Makefile
index ecca820e6041..6891257d514c 100644
--- a/arch/c6x/boot/Makefile
+++ b/arch/c6x/boot/Makefile
@@ -13,7 +13,7 @@ obj-y += linked_dtb.o
endif
$(obj)/%.dtb: $(src)/dts/%.dts FORCE
- $(call cmd,dtc)
+ $(call if_changed_dep,dtc)
quiet_cmd_cp = CP $< $@$2
cmd_cp = cat $< >$@$2 || (rm -f $@ && echo false)