[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1371120789-18342-1-git-send-email-james.hogan@imgtec.com>
Date: Thu, 13 Jun 2013 11:53:09 +0100
From: James Hogan <james.hogan@...tec.com>
To: Michal Marek <mmarek@...e.cz>
CC: <linux-kbuild@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
"James Hogan" <james.hogan@...tec.com>,
Dirk Brandewie <dirk.brandewie@...il.com>,
Grant Likely <grant.likely@...retlab.ca>, <trivial@...nel.org>
Subject: [PATCH RESEND] 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@...tec.com>
Cc: Michal Marek <mmarek@...e.cz>
Cc: Dirk Brandewie <dirk.brandewie@...il.com>
Cc: Grant Likely <grant.likely@...retlab.ca>
Cc: trivial@...nel.org
---
scripts/Makefile.lib | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
index 8337663..281f82a 100644
--- a/scripts/Makefile.lib
+++ b/scripts/Makefile.lib
@@ -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>'; \
--
1.8.1.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists