summaryrefslogtreecommitdiffstats
path: root/dts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Makefile')
-rw-r--r--dts/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/dts/Makefile b/dts/Makefile
index e59550c9d2..3fca5f5c2f 100644
--- a/dts/Makefile
+++ b/dts/Makefile
@@ -14,11 +14,8 @@ endif
DTB := arch/$(ARCH)/dts/$(DEVICE_TREE).dtb
-quiet_cmd_copy = COPY $@
- cmd_copy = cp $< $@
-
$(obj)/dt.dtb: $(DTB) FORCE
- $(call if_changed,copy)
+ $(call if_changed,shipped)
targets += dt.dtb
OpenPOWER on IntegriCloud