aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2010-01-13 12:31:44 -0500
committerMichal Marek <mmarek@suse.cz>2010-02-02 08:33:55 -0500
commit62718979780720e526a411dc66e810288aaa7bf6 (patch)
tree79d15d437371a6089b85e22aa69539e851930314 /Makefile
parent85a256d8e0116c8f5ad276730830f5d4d473344d (diff)
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--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index faa320a67bf8..03053c66bb3a 100644
--- a/Makefile
+++ b/Makefile
@@ -1261,7 +1261,9 @@ help:
1261 @echo ' firmware_install- Install all firmware to INSTALL_FW_PATH' 1261 @echo ' firmware_install- Install all firmware to INSTALL_FW_PATH'
1262 @echo ' (default: $$(INSTALL_MOD_PATH)/lib/firmware)' 1262 @echo ' (default: $$(INSTALL_MOD_PATH)/lib/firmware)'
1263 @echo ' dir/ - Build all files in dir and below' 1263 @echo ' dir/ - Build all files in dir and below'
1264 @echo ' dir/file.[ois] - Build specified target only' 1264 @echo ' dir/file.[oisS] - Build specified target only'
1265 @echo ' dir/file.lst - Build specified mixed source/assembly target only'
1266 @echo ' (requires a recent binutils and recent build (System.map))'
1265 @echo ' dir/file.ko - Build module including final link' 1267 @echo ' dir/file.ko - Build module including final link'
1266 @echo ' modules_prepare - Set up for building external modules' 1268 @echo ' modules_prepare - Set up for building external modules'
1267 @echo ' tags/TAGS - Generate tags file for editors' 1269 @echo ' tags/TAGS - Generate tags file for editors'