diff options
author | Ben Whitten <ben.whitten@lairdtech.com> | 2016-06-17 15:00:17 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-22 19:32:06 +0200 |
commit | b7baaaf782f40bf6a1d017a1f41480b6229a12c9 (patch) | |
tree | 9b6969fd16d1ca63c61cdbfbe75a5bfeb1d25127 /target/linux/kirkwood/image | |
parent | 7385f754b1a1562869ddf6a561f70623d626ed6b (diff) | |
download | upstream-b7baaaf782f40bf6a1d017a1f41480b6229a12c9.tar.gz upstream-b7baaaf782f40bf6a1d017a1f41480b6229a12c9.tar.bz2 upstream-b7baaaf782f40bf6a1d017a1f41480b6229a12c9.zip |
kernel: Move append-dtb to common image-commands
This build step is used by various targets, move it to a common section.
Signed-off-by: Ben Whitten <ben.whitten@gmail.com>
Diffstat (limited to 'target/linux/kirkwood/image')
-rw-r--r-- | target/linux/kirkwood/image/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/kirkwood/image/Makefile b/target/linux/kirkwood/image/Makefile index 0027e74e13..1a36bf4500 100644 --- a/target/linux/kirkwood/image/Makefile +++ b/target/linux/kirkwood/image/Makefile @@ -75,10 +75,6 @@ define Device/linksys-viper IMAGE/sysupgrade.tar := sysupgrade-nand endef -define Build/append-dtb - cat $(DTS_DIR)/$(DEVICE_DTS).dtb >> $@ -endef - define Image/BuildKernel/Template $(CP) $(KDIR)/zImage $(BIN_DIR)/$(IMG_PREFIX)-zImage |