mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 21:17:55 +00:00
report sha256sum of generated fimrware after build
This commit is contained in:
parent
c136f1f76b
commit
7b76ac6f95
2
Makefile
2
Makefile
@ -324,10 +324,12 @@ x230.rom: $(build)/$(coreboot_dir)/x230/coreboot.rom
|
||||
"$(build)/$(coreboot_dir)/$(BOARD)/cbfstool" "$<" print
|
||||
dd if="$<" of="$@" bs=1M skip=8
|
||||
$(RM) "$<"
|
||||
@sha256sum "$@"
|
||||
|
||||
qemu.rom: $(build)/$(coreboot_dir)/qemu/coreboot.rom
|
||||
"$(build)/$(coreboot_dir)/$(BOARD)/cbfstool" "$<" print
|
||||
mv "$<" "$@"
|
||||
@sha256sum "$@"
|
||||
|
||||
|
||||
clean-modules:
|
||||
|
Loading…
Reference in New Issue
Block a user