kbuild: buildtar: remove warning for the default case
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 22 Apr 2024 15:46:10 +0000 (00:46 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Thu, 2 May 2024 10:48:26 +0000 (19:48 +0900)
commit2b1ab140506822dfc4711be08ea46fb4a83bf1ea
tree816f260b1e2d6894808fb4eed27d1d08f12f4b73
parentc2af3d03c51289629edaadf118445fd29933c456
kbuild: buildtar: remove warning for the default case

Given KBUILD_IMAGE properly set in arch/*/Makefile, the default case
should work in most scenarios. The only oddity is the naming of the
copy destination, vmlinux-kbuild-${KERNELRELEASE}. Let's rename it
to vmlinuz-${KERNELRELEASE} because the kernel is often compressed.
Remove the warning to avoid unnecessary patch submissions when the
default case suffices.

Remove the x86 case, which is now equivalent to the default.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
scripts/package/buildtar