tKeep and force gzip. - pinephone-boot - Bootloader and kernel build for the PinePhone devkit
 (HTM) git clone git://parazyd.org/pinephone-boot.git | https://git.parazyd.org/pinephone-boot
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 9099e3e66a22fdf7ec4d3010ac654dc439f3c7a4
 (DIR) parent 114535c77afc71a915c6f1aba98d5d525c59ed8f
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Fri, 19 Apr 2019 23:55:36 +0200
       
       Keep and force gzip.
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -62,7 +62,7 @@ Image: pinephone-linux
                cp pinephone-linux/arch/arm64/boot/$@ $@
        
        Image.gz: Image
       -        gzip Image
       +        gzip -kf Image
        
        sun50i-a64-dontbeevil.dtb: Image.gz
                $(MAKE) -C pinephone-linux ARCH=arm64 CROSS_COMPILE=$(compiler) \