Lines Matching refs:compress
11 compress-y := shipped
12 compress-$(CONFIG_INITRAMFS_COMPRESSION_GZIP) := gzip
13 compress-$(CONFIG_INITRAMFS_COMPRESSION_BZIP2) := bzip2
14 compress-$(CONFIG_INITRAMFS_COMPRESSION_LZMA) := lzma
15 compress-$(CONFIG_INITRAMFS_COMPRESSION_XZ) := xzmisc
16 compress-$(CONFIG_INITRAMFS_COMPRESSION_LZO) := lzo
17 compress-$(CONFIG_INITRAMFS_COMPRESSION_LZ4) := lz4
18 compress-$(CONFIG_INITRAMFS_COMPRESSION_ZSTD) := zstd
45 compress-y := shipped
85 $(call if_changed,$(compress-y))