Makefile: Document ability to make file.lst and file.S
authorJoe Perches <[email protected]>
Wed, 13 Jan 2010 17:31:44 +0000 (09:31 -0800)
committerMichal Marek <[email protected]>
Tue, 2 Feb 2010 13:33:55 +0000 (14:33 +0100)
Signed-off-by: Joe Perches <[email protected]>
Acked-by: WANG Cong <[email protected]>
Signed-off-by: Michal Marek <[email protected]>
Makefile

index faa320a67bf89dda4c0385075a52c0860b91b4ad..03053c66bb3abff93096989ac30d2759f41d8e7c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1261,7 +1261,9 @@ 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.[ois]  - Build specified target only'
+       @echo  '  dir/file.[oisS] - 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'
        @echo  '  modules_prepare - Set up for building external modules'
        @echo  '  tags/TAGS       - Generate tags file for editors'