linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kbuild: update comments of Makefile.asm-generic
@ 2017-08-22 13:09 Cao jin
  2017-08-24 15:53 ` Masahiro Yamada
  0 siblings, 1 reply; 2+ messages in thread
From: Cao jin @ 2017-08-22 13:09 UTC (permalink / raw)
  To: linux-kernel, linux-kbuild; +Cc: yamada.masahiro, mmarek

Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
---
 scripts/Makefile.asm-generic | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/Makefile.asm-generic b/scripts/Makefile.asm-generic
index 95f7d80..a6c8c17 100644
--- a/scripts/Makefile.asm-generic
+++ b/scripts/Makefile.asm-generic
@@ -1,9 +1,9 @@
 # include/asm-generic contains a lot of files that are used
 # verbatim by several architectures.
 #
-# This Makefile reads the file arch/$(SRCARCH)/include/asm/Kbuild
+# This Makefile reads the file arch/$(SRCARCH)/include/$(src)/Kbuild
 # and for each file listed in this file with generic-y creates
-# a small wrapper file in $(obj) (arch/$(SRCARCH)/include/generated/asm)
+# a small wrapper file in $(obj) (arch/$(SRCARCH)/include/generated/$(src))
 
 kbuild-file := $(srctree)/arch/$(SRCARCH)/include/$(src)/Kbuild
 -include $(kbuild-file)
-- 
2.1.0




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

* Re: [PATCH] kbuild: update comments of Makefile.asm-generic
  2017-08-22 13:09 [PATCH] kbuild: update comments of Makefile.asm-generic Cao jin
@ 2017-08-24 15:53 ` Masahiro Yamada
  0 siblings, 0 replies; 2+ messages in thread
From: Masahiro Yamada @ 2017-08-24 15:53 UTC (permalink / raw)
  To: Cao jin
  Cc: Linux Kernel Mailing List, Linux Kbuild mailing list, Michal Marek

2017-08-22 22:09 GMT+09:00 Cao jin <caoj.fnst@cn.fujitsu.com>:
> Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
> ---

Applied to linux-kbuild/fixes.  Thanks.



-- 
Best Regards
Masahiro Yamada

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

end of thread, other threads:[~2017-08-24 15:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-22 13:09 [PATCH] kbuild: update comments of Makefile.asm-generic Cao jin
2017-08-24 15:53 ` Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).