From 727e2fbc5641e0279c5be9488c5fd4306b4a8fa8 Mon Sep 17 00:00:00 2001 From: Trammell Hudson Date: Thu, 6 Apr 2017 16:06:52 -0400 Subject: [PATCH] report sha256 of stages as they are built --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 482e0ce..9a60a82 100644 --- a/Makefile +++ b/Makefile @@ -352,10 +352,12 @@ $(build)/$(coreboot_dir)/initrd.cpio.xz: initrd.cpio < "$<" \ > "$@" \ ) + @sha256sum "$@" # hack for the coreboot to find the linux kernel $(build)/$(coreboot_dir)/bzImage: $(build)/$(linux_dir)/arch/x86/boot/bzImage $(call do,COPY,$@,cp "$^" "$@") + @sha256sum "$@" coreboot.intermediate: $(build)/$(coreboot_dir)/bzImage