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)
committerMichal Marek <mmarek@suse.cz>
Thu, 17 Dec 2015 09:19:04 +0000 (10:19 +0100)
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>
Makefile

index b6b968e7f9dc8863288ad4934ad1d104ca042bb5..c8c36cef7e3990baacde9c308b113465ac994b61 100644 (file)
--- 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'
This page took 0.026876 seconds and 5 git commands to generate.