Skip to content

Commit 1c00a47

Browse files
James Hoganmichal42
authored andcommitted
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>
1 parent c0ff68f commit 1c00a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Makefile.lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ cmd_gzip = (cat $(filter-out FORCE,$^) | gzip -n -f -9 > $@) || \
244244
# ---------------------------------------------------------------------------
245245

246246
# Generate an assembly file to wrap the output of the device tree compiler
247-
quiet_cmd_dt_S_dtb= DTB $@
247+
quiet_cmd_dt_S_dtb= DTB $@
248248
cmd_dt_S_dtb= \
249249
( \
250250
echo '\#include <asm-generic/vmlinux.lds.h>'; \

0 commit comments

Comments
 (0)