On Thu, Mar 13, 2025 at 7:26 PM Masahiro Yamada <masahiroy@xxxxxxxxxx> wrote: > > Commit 5cc124720461 ("kbuild: add CONFIG_VMLINUX_MAP expert option") > mentioned that "the .map file can be rather large (several MB), and > that's a waste of space when one isn't interested in these things." > > If that is the case, generating map files for the intermediate > tmp_vmlinux* files is also a waste of space. It is unlikely that > anyone would be interested in the .tmp_vmlinux.map* files. I fixed this typo: .tmp_vmlinux.map* -> .tmp_vmlinux*.map > > This commit stops passing the -Map= option when linking the .tmp_vmlinux* > intermediates. > > I also hard-coded the file name 'vmlinux.map' instead of ${output}.map > because a later commit will introduce vmlinux.unstripped but I want to > keep the name of the map file. > > Signed-off-by: Masahiro Yamada <masahiroy@xxxxxxxxxx> > --- Inserted before Ard's patch set. -- Best Regards Masahiro Yamada