summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorArun Bhanu <arun@bhanu.net>2010-03-12 16:31:40 +0800
committerMichal Simek <monstr@monstr.eu>2010-03-29 11:35:16 +0200
commit2a5af8ae0161bd45f413d7e3ed2c3b6c1c3b0b25 (patch)
treeb6d5997ca54922e7d5bf347f955894dd9170fac8 /arch
parent4910a0626b45b04ee2ae294d476fff3c53890c81 (diff)
microblaze: Add a missing single quote to make 'make help' happy
'make ARCH=microblaze help' fails with the following error due to a missing single quote. /bin/sh: -c: line 0: unexpected EOF while looking for matching `'' /bin/sh: -c: line 1: syntax error: unexpected end of file make: *** [help] Error 2 Signed-off-by: Arun Bhanu <arun@bhanu.net> Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch')
-rw-r--r--arch/microblaze/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/Makefile b/arch/microblaze/Makefile
index 836832dd9b26..538afcef3314 100644
--- a/arch/microblaze/Makefile
+++ b/arch/microblaze/Makefile
@@ -84,7 +84,7 @@ define archhelp
echo '* linux.bin - Create raw binary'
echo ' linux.bin.gz - Create compressed raw binary'
echo ' simpleImage.<dt> - ELF image with $(arch)/boot/dts/<dt>.dts linked in'
- echo ' - stripped elf with fdt blob
+ echo ' - stripped elf with fdt blob'
echo ' simpleImage.<dt>.unstrip - full ELF image with fdt blob'
echo ' *_defconfig - Select default config from arch/microblaze/configs'
echo ''