From 05d1c66d8db5c5956cef62ff1faa2a456c0d3693 Mon Sep 17 00:00:00 2001 From: Trammell Hudson Date: Fri, 9 Sep 2016 13:26:52 -0400 Subject: [PATCH] extreme compression --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e65e184e..89356f3f 100644 --- a/Makefile +++ b/Makefile @@ -171,7 +171,7 @@ initrd.cpio: $(initrd_bins) initrd_libs $(call outputs,linux): initrd.cpio #$(call outputs,coreboot): $(build)/$(coreboot_dir)/initrd.cpio.xz $(build)/$(coreboot_dir)/initrd.cpio.xz: initrd.cpio - xz < "$<" > "$@" + xz --extreme < "$<" > "$@" # hack for the coreboot to find the linux kernel $(build)/$(coreboot_dir)/bzImage: $(call outputs,linux)