summaryrefslogtreecommitdiff
path: root/arch/c6x/boot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/c6x/boot/Makefile')
-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 ecca820e604..6891257d514 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)