From: Anton Blanchard update iseries default target --- 25-akpm/arch/ppc64/Makefile | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/ppc64/Makefile~ppc64-iseries_default arch/ppc64/Makefile --- 25/arch/ppc64/Makefile~ppc64-iseries_default 2004-03-14 15:35:05.094164152 -0800 +++ 25-akpm/arch/ppc64/Makefile 2004-03-14 15:35:05.096163848 -0800 @@ -53,7 +53,7 @@ $(boottarget-y): vmlinux $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ bootimage-$(CONFIG_PPC_PSERIES) := zImage -bootimage-$(CONFIG_PPC_ISERIES) := vmlinux.sm +bootimage-$(CONFIG_PPC_ISERIES) := vmlinux BOOTIMAGE := $(bootimage-y) install: vmlinux $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(BOOTIMAGE) $@ _