File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ ifdef CONFIG_BUILDTIME_TABLE_SORT
97
97
$(vmlinux-final): scripts/sorttable
98
98
endif
99
99
100
- # module .builtin.ranges
100
+ # modules .builtin.ranges
101
101
# ---------------------------------------------------------------------------
102
102
ifdef CONFIG_BUILTIN_MODULE_RANGES
103
103
__default: modules.builtin.ranges
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ vmlinux.o: $(initcalls-lds) vmlinux.a $(KBUILD_VMLINUX_LIBS) FORCE
73
73
74
74
targets += vmlinux.o
75
75
76
- # module .builtin.modinfo
76
+ # modules .builtin.modinfo
77
77
# ---------------------------------------------------------------------------
78
78
79
79
OBJCOPYFLAGS_modules.builtin.modinfo := -j .modinfo -O binary
@@ -82,7 +82,7 @@ targets += modules.builtin.modinfo
82
82
modules.builtin.modinfo: vmlinux.o FORCE
83
83
$(call if_changed,objcopy)
84
84
85
- # module .builtin
85
+ # modules .builtin
86
86
# ---------------------------------------------------------------------------
87
87
88
88
# The second line aids cases where multiple modules share the same object.
You can’t perform that action at this time.
0 commit comments