summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWang YanQing <udknight@gmail.com>2015-12-11 00:35:19 +0800
committerMichal Marek <mmarek@suse.com>2015-12-11 17:27:24 +0100
commitee11b768cfaf48561684af478d1bf6342133c571 (patch)
tree49ca5c1c796b153a64ef2095a64c1b60c8ffa0e3 /Makefile
parentd78e3144f0d5a6b90d85bf97fc47c9469ac4e4b9 (diff)
downloadlinux-next-ee11b768cfaf48561684af478d1bf6342133c571.tar.gz
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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e9e00d031270..72c6ebc18010 100644
--- a/Makefile
+++ b/Makefile
@@ -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'