summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.lib
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2013-11-09 00:02:36 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2013-11-11 08:58:01 +0100
commitddc2269a5d763bb0799b787bdcdd06bca4482abe (patch)
tree7d8ad714f703fe0ee424295eb79472d3b4144c62 /scripts/Makefile.lib
parent2bd891b0ae266bd7cac58805092fc3f4ae67e55e (diff)
downloadbarebox-ddc2269a5d763bb0799b787bdcdd06bca4482abe.tar.gz
barebox-ddc2269a5d763bb0799b787bdcdd06bca4482abe.tar.xz
Makefile: Align "DTB" string to others
Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'scripts/Makefile.lib')
-rw-r--r--scripts/Makefile.lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
index 3ff094f018..458b944edd 100644
--- a/scripts/Makefile.lib
+++ b/scripts/Makefile.lib
@@ -194,7 +194,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/barebox.lds.h>'; \