]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: be really quiet when building with 'make -s'
authorArnd Bergmann <arnd@arndb.de>
Mon, 30 Apr 2012 12:16:16 +0000 (12:16 +0000)
committerArnd Bergmann <arnd@arndb.de>
Tue, 9 Oct 2012 18:29:05 +0000 (20:29 +0200)
commitedc88ceb0c7d285b9f58bc29a638cd8163b59989
tree5c8b23710aa8cf1b758713e1cd41fe06232fc77e
parent91802a8ef410810db58907d2ea4c4adc00ef4688
ARM: be really quiet when building with 'make -s'

Sometimes we want the kernel build process to only print messages
on errors, e.g. in automated build testing. This uses the "kecho"
macro that the build system provides to hide a few informational
messages. Nothing changes for a regular "make" or "make V=1".

Without this patch, building any ARM kernel results in:

  Kernel: arch/arm/boot/Image is ready
  Kernel: arch/arm/boot/zImage is ready

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Cc: Russell King <rmk+kernel@arm.linux.org.uk>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Michal Marek <mmarek@suse.cz>
arch/arm/boot/Makefile
arch/arm/tools/Makefile