diff options
author | Joe Perches <joe@perches.com> | 2010-01-13 09:31:44 -0800 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2010-02-02 14:33:55 +0100 |
commit | 62718979780720e526a411dc66e810288aaa7bf6 (patch) | |
tree | 79d15d437371a6089b85e22aa69539e851930314 /Makefile | |
parent | 85a256d8e0116c8f5ad276730830f5d4d473344d (diff) | |
download | linux-3.10-62718979780720e526a411dc66e810288aaa7bf6.tar.gz linux-3.10-62718979780720e526a411dc66e810288aaa7bf6.tar.bz2 linux-3.10-62718979780720e526a411dc66e810288aaa7bf6.zip |
Makefile: Document ability to make file.lst and file.S
Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: WANG Cong <xiyou.wangcong@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1261,7 +1261,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))' @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' |