From patchwork Thu Jul 23 18:55:18 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frans Pop X-Patchwork-Id: 36997 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n6NItNXn016754 for ; Thu, 23 Jul 2009 18:55:23 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753364AbZGWSzV (ORCPT ); Thu, 23 Jul 2009 14:55:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752659AbZGWSzV (ORCPT ); Thu, 23 Jul 2009 14:55:21 -0400 Received: from cpsmtpm-eml104.kpnxchange.com ([195.121.3.8]:54892 "EHLO CPSMTPM-EML104.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752434AbZGWSzU (ORCPT ); Thu, 23 Jul 2009 14:55:20 -0400 Received: from aragorn.fjphome.nl ([84.85.147.182]) by CPSMTPM-EML104.kpnxchange.com with Microsoft SMTPSVC(7.0.6001.18000); Thu, 23 Jul 2009 20:55:19 +0200 From: Frans Pop To: sparclinux@vger.kernel.org Subject: [PATCH] sparc64: list zImage build target in 'make help' output Date: Thu, 23 Jul 2009 20:55:18 +0200 User-Agent: KMail/1.9.9 Cc: linux-kbuild@vger.kernel.org, Jurij Smakov , David Miller References: <200907162041.53181.elendil@planet.nl> In-Reply-To: <200907162041.53181.elendil@planet.nl> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200907232055.19176.elendil@planet.nl> X-OriginalArrivalTime: 23 Jul 2009 18:55:20.0066 (UTC) FILETIME=[203BAE20:01CA0BC7] Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org The zImage target was added and gets built by default. Signed-off-by: Frans Pop Cc: Jurij Smakov --- 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 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