diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2013-11-09 00:02:36 +0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2013-11-11 08:58:01 +0100 |
commit | ddc2269a5d763bb0799b787bdcdd06bca4482abe (patch) | |
tree | 7d8ad714f703fe0ee424295eb79472d3b4144c62 | |
parent | 2bd891b0ae266bd7cac58805092fc3f4ae67e55e (diff) | |
download | barebox-ddc2269a5d763bb0799b787bdcdd06bca4482abe.tar.gz |
Makefile: Align "DTB" string to others
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r-- | scripts/Makefile.lib | 2 |
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>'; \ |