aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/apm821xx
diff options
context:
space:
mode:
authorChristian Lamparter <chunkeey@gmail.com>2022-01-08 19:28:09 +0100
committerChristian Lamparter <chunkeey@gmail.com>2022-01-15 19:29:42 +0100
commit144609bb3dbed2d612031b7db62740688929161e (patch)
tree2e85c6eaec99f6f631da0c8d7632d6f05c40d1ec /target/linux/apm821xx
parent872b65ecc882c6b9afda9582932c62bc43b6745e (diff)
downloadupstream-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/apm821xx')
-rw-r--r--target/linux/apm821xx/image/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/apm821xx/image/Makefile b/target/linux/apm821xx/image/Makefile
index 2737a32436..f4701e9f26 100644
--- a/target/linux/apm821xx/image/Makefile
+++ b/target/linux/apm821xx/image/Makefile
@@ -28,10 +28,6 @@ define Build/boot-script
$@.scr
endef
-define Build/copy-file
- cat "$(1)" > "$@"
-endef
-
define Build/dtb
$(call Image/BuildDTB,../dts/$(DEVICE_DTS).dts,$@.dtb,,--space $(DTB_SIZE))
endef