summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWang YanQing <udknight@gmail.com>2015-12-11 00:35:19 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-30 10:18:35 +0200
commit97283248f58444a1b64c24b7ee1be5e708906e86 (patch)
treefec12ea721c4181e7d6697feed6d734aa1ebd7d1 /Makefile
parent252644d83bf7c46d199687c4af2f0ee125ca7f62 (diff)
Makefile: revert "Makefile: Document ability to make file.lst and file.S" partially
commit 40ab87a4003c7952976ce901a2b9ece5ed833168 upstream. 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4a1cd02fa3c3..d61b0c628655 100644
--- a/Makefile
+++ b/Makefile
@@ -1266,7 +1266,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'