kbuild: link-vmlinux.sh: Make output file name configurable
authorArd Biesheuvel <ardb@kernel.org>
Tue, 11 Mar 2025 11:06:18 +0000 (12:06 +0100)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 16 Mar 2025 15:29:45 +0000 (00:29 +0900)
commite22bbb8e97846bfb5a6942a2322f0237ff13df0f
treec0658072a84018738b8c4235fa18dc7b39f30705
parentba4d705046fb568bad4aeffeb79db78d4e835a1f
kbuild: link-vmlinux.sh: Make output file name configurable

In order to introduce an intermediate, non-stripped vmlinux build that
can be used by other build steps as an input, pass the output file name
to link-vmlinux.sh via its command line.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/Makefile.vmlinux
scripts/link-vmlinux.sh