diff options
author | Jurij Smakov <jurij@wooyd.org> | 2009-08-16 21:21:47 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-08-16 21:21:47 -0400 |
commit | 48e46b7b311c54525712c28004f0a59f2c931d30 (patch) | |
tree | 139aa35cb6554f425461a941610d0d8a189a0dc5 /arch/sparc/boot/Makefile | |
parent | b2add73dbf93fd50f00564d7abc3e2b9aa9dd20c (diff) |
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@wooyd.org>
Signed-off-by: Frans Pop <elendil@planet.nl>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/boot/Makefile')
-rw-r--r-- | arch/sparc/boot/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sparc/boot/Makefile b/arch/sparc/boot/Makefile index 1ff0fd924756..97e3feb9ff1b 100644 --- a/arch/sparc/boot/Makefile +++ b/arch/sparc/boot/Makefile | |||
@@ -79,6 +79,9 @@ $(obj)/image: vmlinux FORCE | |||
79 | $(call if_changed,strip) | 79 | $(call if_changed,strip) |
80 | @echo ' kernel: $@ is ready' | 80 | @echo ' kernel: $@ is ready' |
81 | 81 | ||
82 | $(obj)/zImage: $(obj)/image | ||
83 | $(call if_changed,gzip) | ||
84 | |||
82 | $(obj)/tftpboot.img: $(obj)/image $(obj)/piggyback_64 System.map $(ROOT_IMG) FORCE | 85 | $(obj)/tftpboot.img: $(obj)/image $(obj)/piggyback_64 System.map $(ROOT_IMG) FORCE |
83 | $(call if_changed,elftoaout) | 86 | $(call if_changed,elftoaout) |
84 | $(call if_changed,piggy) | 87 | $(call if_changed,piggy) |