[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4B545445.1070308@suse.cz>
Date: Mon, 18 Jan 2010 13:29:57 +0100
From: Michal Marek <mmarek@...e.cz>
To: Joe Perches <joe@...ches.com>
Cc: Andi Kleen <andi@...stfloor.org>,
William Allen Simpson <william.allen.simpson@...il.com>,
Linux Kernel Developers <linux-kernel@...r.kernel.org>,
Linux Kernel Network Developers <netdev@...r.kernel.org>,
Ilpo Järvinen <ilpo.jarvinen@...sinki.fi>,
Eric Dumazet <eric.dumazet@...il.com>,
linux-kbuild@...r.kernel.org
Subject: Re: [PATCH] Makefile: Document ability to make file.lst and file.S
On 13.1.2010 18:31, Joe Perches wrote:
> Then that might as well go into the help.
>
> Signed-off-by: Joe Perches <joe@...ches.com>
> ---
> diff --git a/Makefile b/Makefile
> index 9f64552..484cff4 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 ' (requires a recent binutils and recent build (System.map))'
Applied, thanks.
Michal
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists