Skip to content

Commit e0cd396

Browse files
committed
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 <[email protected]>
1 parent 8cf5b3f commit e0cd396

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/Makefile.vmlinux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ ifdef CONFIG_BUILDTIME_TABLE_SORT
9797
$(vmlinux-final): scripts/sorttable
9898
endif
9999

100-
# module.builtin.ranges
100+
# modules.builtin.ranges
101101
# ---------------------------------------------------------------------------
102102
ifdef CONFIG_BUILTIN_MODULE_RANGES
103103
__default: modules.builtin.ranges

scripts/Makefile.vmlinux_o

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ vmlinux.o: $(initcalls-lds) vmlinux.a $(KBUILD_VMLINUX_LIBS) FORCE
7373

7474
targets += vmlinux.o
7575

76-
# module.builtin.modinfo
76+
# modules.builtin.modinfo
7777
# ---------------------------------------------------------------------------
7878

7979
OBJCOPYFLAGS_modules.builtin.modinfo := -j .modinfo -O binary
@@ -82,7 +82,7 @@ targets += modules.builtin.modinfo
8282
modules.builtin.modinfo: vmlinux.o FORCE
8383
$(call if_changed,objcopy)
8484

85-
# module.builtin
85+
# modules.builtin
8686
# ---------------------------------------------------------------------------
8787

8888
# The second line aids cases where multiple modules share the same object.

0 commit comments

Comments
 (0)