From: kaloz Date: Wed, 12 Feb 2014 10:51:46 +0000 (+0000) Subject: [omap]: copy initramfs zImage to the bin dir as well X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=14cd5f4127a8377f1b2694021afa3a3d6a48a2f8;p=openwrt.git [omap]: copy initramfs zImage to the bin dir as well Signed-off-by: Imre Kaloz git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39577 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/omap/image/Makefile b/target/linux/omap/image/Makefile index 91b9df3b57..e681b04267 100644 --- a/target/linux/omap/image/Makefile +++ b/target/linux/omap/image/Makefile @@ -11,7 +11,10 @@ UBIFS_OPTS = -F -m 2048 -e 124KiB -c 4096 -U UBI_OPTS = -m 2048 -p 128KiB -s 512 -O 2048 define Image/BuildKernel - cp $(KDIR)/zImage $(BIN_DIR)/openwrt-$(BOARD)-zImage + $(CP) $(KDIR)/zImage $(BIN_DIR)/openwrt-$(BOARD)-zImage + ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),) + $(CP) $(KDIR)/zImage-initramfs $(BIN_DIR)/openwrt-$(BOARD)-zImage-initramfs + endif -mkdir $(BIN_DIR)/dtbs -$(CP) $(LINUX_DIR)/arch/arm/boot/dts/am335x*.dtb $(BIN_DIR)/dtbs/ -$(CP) $(LINUX_DIR)/arch/arm/boot/dts/omap3*.dtb $(BIN_DIR)/dtbs/