mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-22 07:27:12 +08:00
kbuild: fix typos "module.builtin" to "modules.builtin"
The filenames in the comments do not match the actual generated files. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
@@ -97,7 +97,7 @@ ifdef CONFIG_BUILDTIME_TABLE_SORT
|
||||
$(vmlinux-final): scripts/sorttable
|
||||
endif
|
||||
|
||||
# module.builtin.ranges
|
||||
# modules.builtin.ranges
|
||||
# ---------------------------------------------------------------------------
|
||||
ifdef CONFIG_BUILTIN_MODULE_RANGES
|
||||
__default: modules.builtin.ranges
|
||||
|
||||
Reference in New Issue
Block a user