summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-12-04 11:48:12 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2008-12-04 11:48:12 +1100
commit3113ff23932ebfd56bcb7d2036ef79de067b7d8d (patch)
treee22ffc4280bda5684a600e8ff4f3c583a66b3114 /arch
parent82fd56a4395d69fadad26752f28929a57458baf9 (diff)
parent846442c8ddc02e378e7b981f0928449ed1ff1e1f (diff)
Merge commit 'kbuild/master'
Diffstat (limited to 'arch')
-rw-r--r--arch/blackfin/boot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/boot/Makefile b/arch/blackfin/boot/Makefile
index 522f3c124060..e028d13481a9 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)"