diff mbox

sparc64: list zImage build target in 'make help' output

Message ID 200907232055.19176.elendil@planet.nl (mailing list archive)
State New, archived
Headers show

Commit Message

Frans Pop July 23, 2009, 6:55 p.m. UTC
The zImage target was added and gets built by default.

Signed-off-by: Frans Pop <elendil@planet.nl>
Cc: Jurij Smakov <jurij@wooyd.org>
---

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.

--
To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

David Miller Aug. 17, 2009, 1:22 a.m. UTC | #1
From: Frans Pop <elendil@planet.nl>
Date: Thu, 23 Jul 2009 20:55:18 +0200

> The zImage target was added and gets built by default.
> 
> Signed-off-by: Frans Pop <elendil@planet.nl>
> Cc: Jurij Smakov <jurij@wooyd.org>
> ---
> 
> 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.

I merged it into the sparc64 zImage patch, thanks!
--
To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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