]> Pileus Git - ~andy/linux/commit
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)
commit1c00a47e48d1bad3ca60c4e923d51c4ac6add5b5
tree62c2dd1963bef9dc439dce11067eb92c756a846b
parentc0ff68f1611d6855a06d672989ad5cfea160a4eb
Makefile.lib: align DTB quiet_cmd

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