diff options
| author | Masahiro Yamada <masahiroy@kernel.org> | 2025-05-12 08:36:58 +0300 |
|---|---|---|
| committer | Masahiro Yamada <masahiroy@kernel.org> | 2025-05-12 09:04:52 +0300 |
| commit | e0cd396d899805d56df91b989f8efad3a36df0da (patch) | |
| tree | df1dfd76715d1be9d6f26ea5150308ccbde5456c /scripts/Makefile.vmlinux | |
| parent | 8cf5b3f836147d8d4e7c6eb4c01945b97dab8297 (diff) | |
| download | linux-e0cd396d899805d56df91b989f8efad3a36df0da.tar.xz | |
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>
Diffstat (limited to 'scripts/Makefile.vmlinux')
| -rw-r--r-- | scripts/Makefile.vmlinux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.vmlinux b/scripts/Makefile.vmlinux index 0c4bb1274a08..b64862dc6f08 100644 --- a/scripts/Makefile.vmlinux +++ b/scripts/Makefile.vmlinux @@ -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 |
