Re: [PATCH 06/20] kbuild: scripts/install.sh: handle compressed/uncompressed kernel images

2021-04-07 Thread Masahiro Yamada
On Wed, Apr 7, 2021 at 2:34 PM Greg Kroah-Hartman wrote: > > For x86, the default kernel image is compressed, but other architectures > allowed both compressed and uncompressed kernel images to be built. Add > a test to detect which one this is, and either name the output file > "vmlinuz" for a

[PATCH 06/20] kbuild: scripts/install.sh: handle compressed/uncompressed kernel images

2021-04-06 Thread Greg Kroah-Hartman
For x86, the default kernel image is compressed, but other architectures allowed both compressed and uncompressed kernel images to be built. Add a test to detect which one this is, and either name the output file "vmlinuz" for a compressed image, or "vmlinux" for an uncompressed image. For x86