diff options
author | Daniel Hellstrom <daniel@gaisler.com> | 2011-01-26 01:36:35 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-03-16 21:19:04 -0400 |
commit | 684151a75bf25f5aeb8a23010da91a34e17b7353 (patch) | |
tree | a738b589dfaf8a524a606a7b26f0f2a8d34bdd90 /arch/sparc/Makefile | |
parent | 44ed3c0c47906297924c3fde801dc160f6996f7c (diff) |
sparc32: added U-Boot build target: uImage
This is only for LEON as u-boot for SPARC only supports LEON.
Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/Makefile')
-rw-r--r-- | arch/sparc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sparc/Makefile b/arch/sparc/Makefile index 113225b241e0..ad1fb5d969f3 100644 --- a/arch/sparc/Makefile +++ b/arch/sparc/Makefile | |||
@@ -88,7 +88,7 @@ boot := arch/sparc/boot | |||
88 | # Default target | 88 | # Default target |
89 | all: zImage | 89 | all: zImage |
90 | 90 | ||
91 | image zImage tftpboot.img vmlinux.aout: vmlinux | 91 | image zImage uImage tftpboot.img vmlinux.aout: vmlinux |
92 | $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ | 92 | $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ |
93 | 93 | ||
94 | archclean: | 94 | archclean: |
@@ -102,6 +102,7 @@ ifeq ($(ARCH),sparc) | |||
102 | define archhelp | 102 | define archhelp |
103 | echo '* image - kernel image ($(boot)/image)' | 103 | echo '* image - kernel image ($(boot)/image)' |
104 | echo '* zImage - stripped kernel image ($(boot)/zImage)' | 104 | echo '* zImage - stripped kernel image ($(boot)/zImage)' |
105 | echo ' uImage - U-Boot SPARC32 Image (only for LEON)' | ||
105 | echo ' tftpboot.img - image prepared for tftp' | 106 | echo ' tftpboot.img - image prepared for tftp' |
106 | endef | 107 | endef |
107 | else | 108 | else |