diff options
author | Carlos Llamas | 2023-01-25 18:30:47 +0000 |
---|---|---|
committer | Masahiro Yamada | 2023-02-05 18:51:22 +0900 |
commit | feb113ad8be1bafcd0a3b93bae639be939af563c (patch) | |
tree | a86899d8ae83c2eaf3f91df163d170399d842ad7 /Makefile | |
parent | 5573b4daa26a0cf15aa0fecd7f1be16e0b6157bc (diff) |
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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |