From: Arnd Bergmann Date: Mon, 30 Apr 2012 12:16:16 +0000 (+0000) Subject: ARM: be really quiet when building with 'make -s' X-Git-Tag: v3.7-rc3~28^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edc88ceb0c7d285b9f58bc29a638cd8163b59989;p=pandora-kernel.git 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 Acked-by: Nicolas Pitre Cc: Russell King Cc: Catalin Marinas Cc: Michal Marek --- Reading git-diff-tree failed