[PATCH 2/2] Makefile: Align "DTB" string to others
Alexander Shiyan
shc_work at mail.ru
Fri Nov 8 15:02:36 EST 2013
Signed-off-by: Alexander Shiyan <shc_work at mail.ru>
---
scripts/Makefile.lib | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
index 3ff094f..458b944 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>'; \
--
1.8.1.5
More information about the barebox
mailing list