]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: boot: Fix usage of kecho
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 24 Oct 2012 18:37:28 +0000 (16:37 -0200)
committerArnd Bergmann <arnd@arndb.de>
Mon, 12 Nov 2012 22:22:54 +0000 (23:22 +0100)
commitf3b7409ff0cac78c549fbc93f528dad809e53b2a
tree4e69f06146e8d97a45b92caa288aa3eeebbc18dc
parentf03b2689c43830ca9df82f10e052c45cf0e773a4
ARM: boot: Fix usage of kecho

Since commit 543f0f7b4 (ARM: be really quiet when building with 'make -s') the
following output is generated when building a kernel for ARM:

echo '  Kernel: arch/arm/boot/Image is ready'
  Kernel: arch/arm/boot/Image is ready
  Building modules, stage 2.
echo '  Kernel: arch/arm/boot/zImage is ready'
  Kernel: arch/arm/boot/zImage is ready

As per Documentation/kbuild/makefiles.txt the correct way of using kecho is
'@$(kecho)'.

Make this change so no more unwanted 'echo' messages are displayed.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/Makefile
arch/arm/tools/Makefile