]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - dts/Makefile
kbuild: use cmd_shipped instead of cmd_copy
[karo-tx-uboot.git] / dts / Makefile
index e59550c9d2e6e06a8fb9f1f729db10358480ff64..3fca5f5c2f5df968b9b924c97d873a478ca222a7 100644 (file)
@@ -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