]> git.hungrycats.org Git - linux/commitdiff
Makefile: revert "Makefile: Document ability to make file.lst and file.S" partially
authorWang YanQing <udknight@gmail.com>
Thu, 10 Dec 2015 16:35:19 +0000 (00:35 +0800)
committerJiri Slaby <jslaby@suse.cz>
Thu, 6 Oct 2016 06:21:51 +0000 (08:21 +0200)
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: Jiri Slaby <jslaby@suse.cz>
Makefile

index 832dd3d27f3910235d749930bc8fe543bfb76cfe..0b3a710c8a44213ed394f3b392b01a50f1df7cfa 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1119,7 +1119,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'