From: Frans Pop <elendil@xxxxxxxxx> Date: Mon, 29 Jun 2009 12:45:59 +0200 > From: Jurij Smakov <jurij@xxxxxxxxx> > Subject: sparc64: build compressed image (zImage) by default > > Besides creating the uncompressed vmlinux image for sparc64, also > create a compressed zImage. This is more consistent with other > architectures and required to make the 'deb-pkg' target work. > > Signed-off-by: Jurij Smakov <jurij@xxxxxxxxx> > Signed-off-by: Frans Pop <elendil@xxxxxxxxx> This is fine, however: > @@ -91,6 +91,9 @@ endif > > boot := arch/sparc/boot > > +# Default target > +all: zImage > + > image zImage tftpboot.img vmlinux.aout: vmlinux > $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ > If we are going to add this target to the 32/64 agnostic part of the Makefile, we should remove the identical chunk earlier in the 32-bit specific section. I took the liberty of making that cleanup when applying this, thanks! -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html