report sha256 of stages as they are built

This commit is contained in:
Trammell Hudson 2017-04-06 16:06:52 -04:00
parent 96fe3f3f09
commit 727e2fbc56
Failed to extract signature

View File

@ -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