Merge pull request #1213 from masahir0y/uniphier

uniphier: clean-up platform makefile
This commit is contained in:
davidcunado-arm 2018-01-15 23:58:20 +00:00 committed by GitHub
commit 24baacac77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -117,4 +117,4 @@ endif
bl1_gzip: $(BUILD_PLAT)/bl1.bin.gzip
%.gzip: %
@echo " GZIP $@"
$(Q)(cat $< | gzip -n -f -9 > $@) || (rm -f $@ || false)
$(Q)gzip -n -f -9 $< --stdout > $@