diff options
author | Wang YanQing <udknight@gmail.com> | 2015-12-10 11:35:19 -0500 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2015-12-17 04:19:04 -0500 |
commit | 40ab87a4003c7952976ce901a2b9ece5ed833168 (patch) | |
tree | 33a7f692d07d11e686186e3845927f481f31ee32 /Makefile | |
parent | a85a41ed69f27c4c667d8c418df14b4fb220c4ad (diff) |
Makefile: revert "Makefile: Document ability to make file.lst and file.S" partially
Commit 627189797807 ("Makefile: Document ability to make file.lst
and file.S") document ability to make file.S, but there isn't such
ability in kbuild, so revert it.
Signed-off-by: Wang YanQing <udknight@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1265,7 +1265,7 @@ help: | |||
1265 | @echo ' firmware_install- Install all firmware to INSTALL_FW_PATH' | 1265 | @echo ' firmware_install- Install all firmware to INSTALL_FW_PATH' |
1266 | @echo ' (default: $$(INSTALL_MOD_PATH)/lib/firmware)' | 1266 | @echo ' (default: $$(INSTALL_MOD_PATH)/lib/firmware)' |
1267 | @echo ' dir/ - Build all files in dir and below' | 1267 | @echo ' dir/ - Build all files in dir and below' |
1268 | @echo ' dir/file.[oisS] - Build specified target only' | 1268 | @echo ' dir/file.[ois] - Build specified target only' |
1269 | @echo ' dir/file.lst - Build specified mixed source/assembly target only' | 1269 | @echo ' dir/file.lst - Build specified mixed source/assembly target only' |
1270 | @echo ' (requires a recent binutils and recent build (System.map))' | 1270 | @echo ' (requires a recent binutils and recent build (System.map))' |
1271 | @echo ' dir/file.ko - Build module including final link' | 1271 | @echo ' dir/file.ko - Build module including final link' |