The zImage target was added and gets built by default. Signed-off-by: Frans Pop <elendil@xxxxxxxxx> Cc: Jurij Smakov <jurij@xxxxxxxxx> --- While looking at Sam Ravnborg's comments I noticed that the following should be added on top of Jurij's patch. David: if you prefer to merge this into the previous patch, that'd be fine by me. diff --git a/arch/sparc/Makefile b/arch/sparc/Makefile index 2adc5ea..b588880 100644 --- a/arch/sparc/Makefile +++ b/arch/sparc/Makefile @@ -112,8 +112,9 @@ define archhelp endef else define archhelp - echo '* vmlinux - Standard sparc64 kernel' - echo ' vmlinux.aout - a.out kernel for sparc64' + echo '* vmlinux - standard sparc64 kernel' + echo '* zImage - stripped and compressed sparc64 kernel ($(boot)/zImage)' + echo ' vmlinux.aout - a.out kernel for sparc64' echo ' tftpboot.img - image prepared for tftp' endef endif -- 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