mirror of
https://github.com/linuxboot/heads.git
synced 2025-02-21 09:31:51 +00:00
report sha256sum of generated fimrware after build
This commit is contained in:
parent
1331e2475f
commit
8494488416
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…
x
Reference in New Issue
Block a user