mirror of
https://github.com/linuxboot/heads.git
synced 2025-02-20 09:16:21 +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
|
||||
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…
x
Reference in New Issue
Block a user