--- linux/arch/ppc/Makefile.orig Wed May 14 23:33:00 2003 +++ linux/arch/ppc/Makefile Wed May 14 23:35:24 2003 @@ -98,7 +98,8 @@ BOOT_TARGETS = zImage zImage.initrd znetboot znetboot.initrd # All the instructions talk about "make bzImage". -bzImage: zImage +bzImage: + $(error bzImage is an x86 specific hack to work around broken design. Try make zImage) $(BOOT_TARGETS): $(CHECKS) vmlinux @$(MAKEBOOT) $@