From: Carlos Llamas Date: Wed, 25 Jan 2023 18:30:47 +0000 (+0000) Subject: kbuild: fix trivial typo in comment X-Git-Tag: v6.6.17~5418^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=feb113ad8be1bafcd0a3b93bae639be939af563c;p=platform%2Fkernel%2Flinux-rpi.git kbuild: fix trivial typo in comment Add missing underscore in CONFIG_DEBUG_INFO_BTF_MODULES. Fixes: f73edc8951b2 ("kbuild: unify two modpost invocations") Signed-off-by: Carlos Llamas Signed-off-by: Masahiro Yamada --- diff --git a/Makefile b/Makefile index 5bd587b..93796ec 100644 --- a/Makefile +++ b/Makefile @@ -1538,7 +1538,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