aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCarlos Llamas <cmllamas@google.com>2023-01-25 18:30:47 +0000
committerMasahiro Yamada <masahiroy@kernel.org>2023-02-05 18:51:22 +0900
commitfeb113ad8be1bafcd0a3b93bae639be939af563c (patch)
treea86899d8ae83c2eaf3f91df163d170399d842ad7 /Makefile
parent5573b4daa26a0cf15aa0fecd7f1be16e0b6157bc (diff)
downloadlinux-feb113ad8be1bafcd0a3b93bae639be939af563c.tar.gz
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 <cmllamas@google.com> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5bd587bb30b577..93796ece1cba45 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