All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Makefile: revert "Makefile: Document ability to make file.lst and file.S" partially
@ 2015-12-10 16:35 Wang YanQing
  2015-12-11 16:32 ` Michal Marek
  0 siblings, 1 reply; 2+ messages in thread
From: Wang YanQing @ 2015-12-10 16:35 UTC (permalink / raw
  To: mmarek; +Cc: joe, xiyou.wangcong, linux-kbuild, linux-kernel

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>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index d7e2060..e2d056b 100644
--- a/Makefile
+++ b/Makefile
@@ -1277,7 +1277,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'
-- 
1.8.5.6.2.g3d8a54e.dirty

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Makefile: revert "Makefile: Document ability to make file.lst and file.S" partially
  2015-12-10 16:35 [PATCH] Makefile: revert "Makefile: Document ability to make file.lst and file.S" partially Wang YanQing
@ 2015-12-11 16:32 ` Michal Marek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Marek @ 2015-12-11 16:32 UTC (permalink / raw
  To: Wang YanQing; +Cc: joe, xiyou.wangcong, linux-kbuild, linux-kernel

Dne 10.12.2015 v 17:35 Wang YanQing napsal(a):
> 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>

Thanks, applied to kbuild.git#kbuild.

Michal


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-12-11 16:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-10 16:35 [PATCH] Makefile: revert "Makefile: Document ability to make file.lst and file.S" partially Wang YanQing
2015-12-11 16:32 ` Michal Marek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.