diff options
author | Josh Cartwright <josh.cartwright@ni.com> | 2012-11-04 22:03:02 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-11-12 10:00:45 +0000 |
commit | 6722df86ba92cce09fd5348ca23e7042b51d6013 (patch) | |
tree | d97006f9862d435d96e9d25a17f0e90945c63d5a /arch/arm/mm | |
parent | 6404f0b71c44cfd612ddf28627de31b4604d1d6e (diff) | |
download | linux-3.10-6722df86ba92cce09fd5348ca23e7042b51d6013.tar.gz linux-3.10-6722df86ba92cce09fd5348ca23e7042b51d6013.tar.bz2 linux-3.10-6722df86ba92cce09fd5348ca23e7042b51d6013.zip |
ARM: 7570/1: quiet down the non make -s output
Commit edc88ceb0c7d285b9f58bc29a638cd8163b59989 silenced the make -s build, but
inadvertently made louder the non-silent build. Fix by prepending '@' to each
of the added $(kecho) statements.
Build with edc88ceb0c7d285b9f58bc29a638cd8163b59989:
CHK include/generated/compile.h
echo ' Kernel: arch/arm/boot/Image is ready'
Kernel: arch/arm/boot/Image is ready
LD arch/arm/boot/compressed/vmlinux
OBJCOPY arch/arm/boot/zImage
echo ' Kernel: arch/arm/boot/zImage is ready'
Kernel: arch/arm/boot/zImage is ready
Build with this fix:
CHK include/generated/compile.h
Kernel: arch/arm/boot/Image is ready
LD arch/arm/boot/compressed/vmlinux
OBJCOPY arch/arm/boot/zImage
Kernel: arch/arm/boot/zImage is ready
Signed-off-by: Josh Cartwright <josh.cartwright@ni.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mm')
0 files changed, 0 insertions, 0 deletions