[ppc64] Build the zImage by default --- arch/ppc64/Makefile | 2 ++ 1 files changed, 2 insertions(+) diff -puN arch/ppc64/Makefile~ppc64-zImage_default arch/ppc64/Makefile --- 25/arch/ppc64/Makefile~ppc64-zImage_default 2004-01-13 23:21:52.000000000 -0800 +++ 25-akpm/arch/ppc64/Makefile 2004-01-13 23:21:52.000000000 -0800 @@ -47,6 +47,8 @@ BOOTIMAGE := $(bootimage-y) install: vmlinux $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(BOOTIMAGE) $@ +all: $(BOOTIMAGE) + archclean: $(Q)$(MAKE) $(clean)=$(boot) _