aboutsummaryrefslogtreecommitdiff
path: root/arch/openrisc/boot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/openrisc/boot/Makefile')
-rw-r--r--arch/openrisc/boot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/openrisc/boot/Makefile b/arch/openrisc/boot/Makefile
index 98ca185097a..09958358601 100644
--- a/arch/openrisc/boot/Makefile
+++ b/arch/openrisc/boot/Makefile
@@ -11,5 +11,5 @@ clean-files := *.dtb.S
#DTC_FLAGS ?= -p 1024
-$(obj)/%.dtb: $(src)/dts/%.dts
- $(call cmd,dtc)
+$(obj)/%.dtb: $(src)/dts/%.dts FORCE
+ $(call if_changed_dep,dtc)