]> www.infradead.org Git - users/willy/pagecache.git/commit
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>
Sat, 15 Mar 2025 12:22:52 +0000 (21:22 +0900)
commit896f023f7ec2197553f5a2726320fb758f26e208
treebe76d614bac23dcb7b62c950a739521dc8cbbfe4
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