mirror of
https://github.com/linuxboot/linuxboot
synced 2024-11-22 08:09:41 +00:00
report sha256 of stages as they are built
This commit is contained in:
parent
96fe3f3f09
commit
727e2fbc56
2
Makefile
2
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user