From patchwork Wed Jan 13 16:40:35 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joe Perches X-Patchwork-Id: 72666 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.2) with ESMTP id o0DGejDL016440 for ; Wed, 13 Jan 2010 16:40:45 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751993Ab0AMQkk (ORCPT ); Wed, 13 Jan 2010 11:40:40 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756056Ab0AMQkj (ORCPT ); Wed, 13 Jan 2010 11:40:39 -0500 Received: from mail.perches.com ([173.55.12.10]:1100 "EHLO mail.perches.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756026Ab0AMQkh (ORCPT ); Wed, 13 Jan 2010 11:40:37 -0500 Received: from [192.168.1.151] (Joe-Laptop.home [192.168.1.151]) by mail.perches.com (Postfix) with ESMTP id 24CF024368; Wed, 13 Jan 2010 08:40:28 -0800 (PST) Subject: [PATCH] Makefile: Document ability to make file.lst and file.S From: Joe Perches To: Andi Kleen , Michal Marek Cc: William Allen Simpson , Linux Kernel Developers , Linux Kernel Network Developers , Ilpo =?ISO-8859-1?Q?J=E4rvinen?= , Eric Dumazet , linux-kbuild@vger.kernel.org In-Reply-To: <20100113155323.GB24818@basil.fritz.box> References: <4B49D001.4000302@gmail.com> <4B4DA4F4.6060007@gmail.com> <20100113115617.GA24818@basil.fritz.box> <4B4DE887.6030602@gmail.com> <20100113155323.GB24818@basil.fritz.box> Date: Wed, 13 Jan 2010 08:40:35 -0800 Message-ID: <1263400835.8011.73.camel@Joe-Laptop.home> Mime-Version: 1.0 X-Mailer: Evolution 2.28.1 Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org diff --git a/Makefile b/Makefile index 9f64552..4557d58 100644 --- a/Makefile +++ b/Makefile @@ -1248,7 +1248,9 @@ help: @echo ' firmware_install- Install all firmware to INSTALL_FW_PATH' @echo ' (default: $$(INSTALL_MOD_PATH)/lib/firmware)' @echo ' dir/ - Build all files in dir and below' - @echo ' dir/file.[ois] - Build specified target only' + @echo ' dir/file.[oisS] - Build specified target only' + @echo ' dir/file.lst - Build specified mixed source/assembly target only' + @echo ' (needs a previous build and System.map)' @echo ' dir/file.ko - Build module including final link' @echo ' modules_prepare - Set up for building external modules' @echo ' tags/TAGS - Generate tags file for editors'