]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Makefile.lib: align DTB quiet_cmd
authorJames Hogan <james.hogan@imgtec.com>
Thu, 13 Jun 2013 10:53:09 +0000 (11:53 +0100)
committerMichal Marek <mmarek@suse.cz>
Thu, 13 Jun 2013 13:59:39 +0000 (15:59 +0200)
The unaligned dtb.S filename in make output started to irritate me:
  DTC     arch/metag/boot/dts/skeleton.dtb
  DTB    arch/metag/boot/dts/skeleton.dtb.S
  AS      arch/metag/boot/dts/skeleton.dtb.o
  LD      arch/metag/boot/dts/built-in.o

Add an extra space to quiet_cmd_dt_S_dtb so the dtb.S filename aligns
with all the others.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Dirk Brandewie <dirk.brandewie@gmail.com>
Cc: Grant Likely <grant.likely@secretlab.ca>
Cc: trivial@kernel.org
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/Makefile.lib

index 51bb3de680b67b78071ae7f9dcc03ae387c52b60..e5c81aa6077801900d9380e06c999631a5793536 100644 (file)
@@ -244,7 +244,7 @@ cmd_gzip = (cat $(filter-out FORCE,$^) | gzip -n -f -9 > $@) || \
 # ---------------------------------------------------------------------------
 
 # Generate an assembly file to wrap the output of the device tree compiler
-quiet_cmd_dt_S_dtb= DTB    $@
+quiet_cmd_dt_S_dtb= DTB     $@
 cmd_dt_S_dtb=                                          \
 (                                                      \
        echo '\#include <asm-generic/vmlinux.lds.h>';   \