summary refs log tree commit diff
path: root/arch
diff options
context:
space:
mode:
authorAlex Smith <alex.smith@imgtec.com>2015-08-18 15:03:10 +0100
committerRalf Baechle <ralf@linux-mips.org>2015-09-03 12:08:15 +0200
commitfb2646ab032d12ef06225c64768691c7ecc500ec (patch)
tree7f9829a862b9a46889abc57339805bceea90b7d3 /arch
parent65ab562cabe01d524ec6b50f37694200745c21c1 (diff)
downloadlinux-fb2646ab032d12ef06225c64768691c7ecc500ec.tar.gz
MIPS: Fix alignment of quiet build output for vmlinuz link
The "LD vmlinuz" line in the quiet build output is misaligned with the
rest of the output. Fix this.

Signed-off-by: Alex Smith <alex.smith@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11019/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/boot/compressed/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/boot/compressed/Makefile b/arch/mips/boot/compressed/Makefile
index dc91bde10d62..d5bdee115f22 100644
--- a/arch/mips/boot/compressed/Makefile
+++ b/arch/mips/boot/compressed/Makefile
@@ -78,7 +78,7 @@ endif
 
 vmlinuzobjs-y += $(obj)/piggy.o
 
-quiet_cmd_zld = LD	$@
+quiet_cmd_zld = LD      $@
       cmd_zld = $(LD) $(LDFLAGS) -Ttext $(VMLINUZ_LOAD_ADDRESS) -T $< $(vmlinuzobjs-y) -o $@
 quiet_cmd_strip = STRIP	  $@
       cmd_strip = $(STRIP) -s $@