X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=arch%2Fsparc%2FMakefile;h=ad1fb5d969f314823db89f4ea470edef1ac252ea;hb=cdaeb578aca9e017deb0f55f1af8a94a4d63efb3;hp=113225b241e0151f435a8a91dd41a79e8b0aaee4;hpb=00fdb75b1959c2f8de8b70bfb63aca422feff2fa;p=~andy%2Flinux diff --git a/arch/sparc/Makefile b/arch/sparc/Makefile index 113225b241e..ad1fb5d969f 100644 --- a/arch/sparc/Makefile +++ b/arch/sparc/Makefile @@ -88,7 +88,7 @@ boot := arch/sparc/boot # Default target all: zImage -image zImage tftpboot.img vmlinux.aout: vmlinux +image zImage uImage tftpboot.img vmlinux.aout: vmlinux $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ archclean: @@ -102,6 +102,7 @@ ifeq ($(ARCH),sparc) define archhelp echo '* image - kernel image ($(boot)/image)' echo '* zImage - stripped kernel image ($(boot)/zImage)' + echo ' uImage - U-Boot SPARC32 Image (only for LEON)' echo ' tftpboot.img - image prepared for tftp' endef else