]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ia64: beatify build log for gate.so and gate-syms.o
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 11 Apr 2017 23:36:32 +0000 (08:36 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 3 May 2017 07:01:07 +0000 (16:01 +0900)
Currently, the object path is not aligned in the build log:

  LDS     arch/ia64/kernel/gate.lds
  AS      arch/ia64/kernel/gate.o
  GATE arch/ia64/kernel/gate.so
  AS      arch/ia64/kernel/gate-data.o

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/ia64/kernel/Makefile.gate

index ceeffc50976462812dec9b9f18105052600862f4..a32903ada01645bb9fe1a1d4740d8d8cd33496c8 100644 (file)
@@ -6,7 +6,7 @@ extra-y += gate.so gate-syms.o gate.lds gate.o
 
 CPPFLAGS_gate.lds := -P -C -U$(ARCH)
 
-quiet_cmd_gate = GATE $@
+quiet_cmd_gate = GATE    $@
       cmd_gate = $(CC) -nostdlib $(GATECFLAGS_$(@F)) -Wl,-T,$(filter-out FORCE,$^) -o $@
 
 GATECFLAGS_gate.so = -shared -s -Wl,-soname=linux-gate.so.1 \