mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-12 19:04:59 +00:00
Merge pull request #1213 from masahir0y/uniphier
uniphier: clean-up platform makefile
This commit is contained in:
@@ -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 > $@
|
||||
|
||||
Reference in New Issue
Block a user