Commit 40ab87a4 authored by Wang YanQing's avatar Wang YanQing Committed by Michal Marek

Makefile: revert "Makefile: Document ability to make file.lst and file.S" partially

Commit 62718979 ("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: default avatarWang YanQing <udknight@gmail.com>
Signed-off-by: default avatarMichal Marek <mmarek@suse.com>
parent a85a41ed
......@@ -1265,7 +1265,7 @@ 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.[oisS] - Build specified target only'
@echo ' dir/file.[ois] - 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'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment