mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-24 15:16:42 +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
|
"$(build)/$(coreboot_dir)/$(BOARD)/cbfstool" "$<" print
|
||||||
dd if="$<" of="$@" bs=1M skip=8
|
dd if="$<" of="$@" bs=1M skip=8
|
||||||
$(RM) "$<"
|
$(RM) "$<"
|
||||||
|
@sha256sum "$@"
|
||||||
|
|
||||||
qemu.rom: $(build)/$(coreboot_dir)/qemu/coreboot.rom
|
qemu.rom: $(build)/$(coreboot_dir)/qemu/coreboot.rom
|
||||||
"$(build)/$(coreboot_dir)/$(BOARD)/cbfstool" "$<" print
|
"$(build)/$(coreboot_dir)/$(BOARD)/cbfstool" "$<" print
|
||||||
mv "$<" "$@"
|
mv "$<" "$@"
|
||||||
|
@sha256sum "$@"
|
||||||
|
|
||||||
|
|
||||||
clean-modules:
|
clean-modules:
|
||||||
|
Loading…
Reference in New Issue
Block a user