sparc: Use $(kecho) to announce kernel images being ready
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Thu, 13 Jul 2023 07:52:35 +0000 (09:52 +0200)
committerArnd Bergmann <arnd@arndb.de>
Mon, 4 Dec 2023 12:28:06 +0000 (13:28 +0100)
commite183130c9a87cc57c73ecc9c251e10d07b658530
tree1d10256dc7b2481f835abb0bc82723e8398a7683
parent0734f5c7eb15f9d3bbdacffe501eabdb8b1c01d2
sparc: Use $(kecho) to announce kernel images being ready

My build test setup compiles allmodconfig all various architectures
(arm64 m68k powerpc riscv s390 sparc64 x86_64) using make -s. If there
is no warning, the only output is

          kernel: arch/sparc/boot/image is ready
          kernel: arch/sparc/boot/zImage is ready

from the sparc64 build. Copy the incantation from x86 which is silent
when building with make -s and also mentions a version indication.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/sparc/boot/Makefile