linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kbuild: fix trivial typo in comment
@ 2023-01-25 18:30 Carlos Llamas
  2023-01-26  2:08 ` Masahiro Yamada
  0 siblings, 1 reply; 2+ messages in thread
From: Carlos Llamas @ 2023-01-25 18:30 UTC (permalink / raw)
  To: Masahiro Yamada, Nathan Chancellor, Nick Desaulniers, Nicolas Schier
  Cc: linux-kernel, kernel-team, Carlos Llamas

Add missing underscore in CONFIG_DEBUG_INFO_BTF_MODULES.

Fixes: f73edc8951b2 ("kbuild: unify two modpost invocations")
Signed-off-by: Carlos Llamas <cmllamas@google.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index c1ead4cd2342..561cf98f6889 100644
--- a/Makefile
+++ b/Makefile
@@ -1542,7 +1542,7 @@ endif
 # Build modules
 #
 
-# *.ko are usually independent of vmlinux, but CONFIG_DEBUG_INFOBTF_MODULES
+# *.ko are usually independent of vmlinux, but CONFIG_DEBUG_INFO_BTF_MODULES
 # is an exception.
 ifdef CONFIG_DEBUG_INFO_BTF_MODULES
 KBUILD_BUILTIN := 1
-- 
2.39.1.456.gfc5497dd1b-goog


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

* Re: [PATCH] kbuild: fix trivial typo in comment
  2023-01-25 18:30 [PATCH] kbuild: fix trivial typo in comment Carlos Llamas
@ 2023-01-26  2:08 ` Masahiro Yamada
  0 siblings, 0 replies; 2+ messages in thread
From: Masahiro Yamada @ 2023-01-26  2:08 UTC (permalink / raw)
  To: Carlos Llamas
  Cc: Nathan Chancellor, Nick Desaulniers, Nicolas Schier,
	linux-kernel, kernel-team

On Thu, Jan 26, 2023 at 3:30 AM Carlos Llamas <cmllamas@google.com> wrote:
>
> Add missing underscore in CONFIG_DEBUG_INFO_BTF_MODULES.
>
> Fixes: f73edc8951b2 ("kbuild: unify two modpost invocations")
> Signed-off-by: Carlos Llamas <cmllamas@google.com>

Applied to linux-kbuild. Thanks.



> ---
>  Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Makefile b/Makefile
> index c1ead4cd2342..561cf98f6889 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1542,7 +1542,7 @@ endif
>  # Build modules
>  #
>
> -# *.ko are usually independent of vmlinux, but CONFIG_DEBUG_INFOBTF_MODULES
> +# *.ko are usually independent of vmlinux, but CONFIG_DEBUG_INFO_BTF_MODULES
>  # is an exception.
>  ifdef CONFIG_DEBUG_INFO_BTF_MODULES
>  KBUILD_BUILTIN := 1
> --
> 2.39.1.456.gfc5497dd1b-goog
>


-- 
Best Regards
Masahiro Yamada

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

end of thread, other threads:[~2023-01-26  2:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-25 18:30 [PATCH] kbuild: fix trivial typo in comment Carlos Llamas
2023-01-26  2:08 ` 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).