From 67339c1329562e1afcac13fceb0c6c4f8d8b299f Mon Sep 17 00:00:00 2001 From: "Alexandros C. Couloumbis" Date: Wed, 4 May 2011 08:47:00 +0000 Subject: linux/rb532: use kernel and initramfs tags on image generation SVN-Revision: 26817 --- target/linux/rb532/image/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'target/linux/rb532/image/Makefile') diff --git a/target/linux/rb532/image/Makefile b/target/linux/rb532/image/Makefile index b7849cbda3..da4baaa48a 100644 --- a/target/linux/rb532/image/Makefile +++ b/target/linux/rb532/image/Makefile @@ -28,8 +28,13 @@ define Image/Prepare $(MAKE) -C $(GENERIC_PLATFORM_DIR)/image/lzma-loader $(LOADER_MAKEOPTS) clean compile endef +VMLINUX:=$(BIN_DIR)/$(IMG_PREFIX)-vmlinux-kernel +ifeq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),y) + VMLINUX:=$(BIN_DIR)/$(IMG_PREFIX)-vmlinux-initramfs +endif + define Image/BuildKernel - $(CP) $(KDIR)/loader.elf $(BIN_DIR)/$(IMG_PREFIX)-vmlinux + $(CP) $(KDIR)/loader.elf $(VMLINUX) endef define Image/cmdline/jffs2-64k @@ -64,9 +69,6 @@ ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),y) cat $(KDIR)/vmlinux | $(STAGING_DIR_HOST)/bin/lzma e -si -so -eos -lc1 -lp2 -pb2 > $(KDIR)/vmlinux.lzma $(MAKE) -C $(GENERIC_PLATFORM_DIR)/image/lzma-loader $(LOADER_MAKEOPTS) clean compile endef - define Image/BuildKernel - $(CP) $(KDIR)/loader.elf $(BIN_DIR)/$(IMG_PREFIX)-vmlinux - endef endif $(eval $(call BuildImage)) -- cgit v1.2.3