From 144609bb3dbed2d612031b7db62740688929161e Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Sat, 8 Jan 2022 19:28:09 +0100 Subject: build: move Build/copy-file to image-commands.mk This is makro is present in more than one place. Signed-off-by: Christian Lamparter --- target/linux/apm821xx/image/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'target/linux/apm821xx/image') 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 -- cgit v1.2.3