diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2022-01-08 19:28:09 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-01-15 19:29:42 +0100 |
commit | 144609bb3dbed2d612031b7db62740688929161e (patch) | |
tree | 2e85c6eaec99f6f631da0c8d7632d6f05c40d1ec /target/linux/mpc85xx/image/Makefile | |
parent | 872b65ecc882c6b9afda9582932c62bc43b6745e (diff) | |
download | upstream-144609bb3dbed2d612031b7db62740688929161e.tar.gz upstream-144609bb3dbed2d612031b7db62740688929161e.tar.bz2 upstream-144609bb3dbed2d612031b7db62740688929161e.zip |
build: move Build/copy-file to image-commands.mk
This is makro is present in more than one place.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/mpc85xx/image/Makefile')
-rw-r--r-- | target/linux/mpc85xx/image/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/mpc85xx/image/Makefile b/target/linux/mpc85xx/image/Makefile index b9582a2552..2b81884032 100644 --- a/target/linux/mpc85xx/image/Makefile +++ b/target/linux/mpc85xx/image/Makefile @@ -3,10 +3,6 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/image.mk -define Build/copy-file - cat "$(1)" > "$@" -endef - define Device/Default PROFILES := Default DEVICE_DTS := $(lastword $(subst _, ,$(1))) |