Skip to content
Snippets Groups Projects
Commit b9d1dbd4 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

kbuild: use cmd_shipped instead of cmd_copy


We already have cmd_shipped in scripts/Makefile.lib.
Use it rather than defining a new command cmd_copy.

Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
parent 823f18e6
No related branches found
No related tags found
No related merge requests found
...@@ -14,11 +14,8 @@ endif ...@@ -14,11 +14,8 @@ endif
DTB := arch/$(ARCH)/dts/$(DEVICE_TREE).dtb DTB := arch/$(ARCH)/dts/$(DEVICE_TREE).dtb
quiet_cmd_copy = COPY $@
cmd_copy = cp $< $@
$(obj)/dt.dtb: $(DTB) FORCE $(obj)/dt.dtb: $(DTB) FORCE
$(call if_changed,copy) $(call if_changed,shipped)
targets += dt.dtb targets += dt.dtb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment