diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-11-06 03:31:35 -0500 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2008-12-03 21:32:01 +0100 |
commit | fd54f502841c1caa7cfd5af564aad1bd017371fa (patch) | |
tree | d45bc3583946387722d3aa587a82213961e0befe /arch/blackfin/boot | |
parent | 5410ecc0def8955ab99810c5626cc7e156991896 (diff) | |
download | linux-3.10-fd54f502841c1caa7cfd5af564aad1bd017371fa.tar.gz linux-3.10-fd54f502841c1caa7cfd5af564aad1bd017371fa.tar.bz2 linux-3.10-fd54f502841c1caa7cfd5af564aad1bd017371fa.zip |
kbuild: use KECHO convenience echo
Convert a few echos in the build system to new $(kecho) so we get correct
output according to build verbosity.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
[sam: added kecho in a few more places for O=... builds]
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'arch/blackfin/boot')
-rw-r--r-- | arch/blackfin/boot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/boot/Makefile b/arch/blackfin/boot/Makefile index 522f3c12406..e028d13481a 100644 --- a/arch/blackfin/boot/Makefile +++ b/arch/blackfin/boot/Makefile @@ -25,7 +25,7 @@ $(obj)/vmlinux.gz: $(obj)/vmlinux.bin FORCE $(obj)/vmImage: $(obj)/vmlinux.gz $(call if_changed,uimage) - @echo 'Kernel: $@ is ready' + @$(kecho) 'Kernel: $@ is ready' install: sh $(srctree)/$(src)/install.sh $(KERNELRELEASE) $(BOOTIMAGE) System.map "$(INSTALL_PATH)" |