Home
last modified time | relevance | path

Searched hist:e183130c9a87cc57c73ecc9c251e10d07b658530 (Results 1 – 1 of 1) sorted by relevance

/linux/arch/sparc/boot/
H A DMakefilediff e183130c9a87cc57c73ecc9c251e10d07b658530 Thu Jul 13 09:52:35 CEST 2023 Uwe Kleine-König <u.kleine-koenig@pengutronix.de> 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>