From aeba0fe466b5e850d0cf0697fc120070230d7831 Mon Sep 17 00:00:00 2001 From: "Joseph C. Lehner" Date: Mon, 23 Jan 2017 14:40:10 +0100 Subject: build: move append-file to image-commands.mk Move it append-file to image-commands.mk so that it can used by other targets as well. Signed-off-by: Joseph C. Lehner --- target/linux/ipq806x/image/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'target') diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile index 3cc48bb905..33dc31d41e 100644 --- a/target/linux/ipq806x/image/Makefile +++ b/target/linux/ipq806x/image/Makefile @@ -31,10 +31,6 @@ define Image/Build dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-$(1)-root.img bs=2k conv=sync endef -define Build/append-file - cat $(1) >> $@ -endef - define Device/Default PROFILES := Default KERNEL_DEPENDS = $$(wildcard $(DTS_DIR)/$$(DEVICE_DTS).dts) -- cgit v1.2.3