mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-22 20:38:03 +00:00
uniphier: fix alignment of build log
The build log should be indented with two spaces for correct alignment. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
fe458325d0
commit
9d32b55ccb
1 changed files with 1 additions and 1 deletions
|
@ -116,5 +116,5 @@ endif
|
|||
.PHONY: bl1_gzip
|
||||
bl1_gzip: $(BUILD_PLAT)/bl1.bin.gzip
|
||||
%.gzip: %
|
||||
@echo " GZIP $@"
|
||||
@echo " GZIP $@"
|
||||
$(Q)(cat $< | gzip -n -f -9 > $@) || (rm -f $@ || false)
|
||||
|
|
Loading…
Add table
Reference in a new issue