mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 04:57:55 +00:00
hash the kernel
This commit is contained in:
parent
eafe001097
commit
54748c663a
@ -155,6 +155,7 @@ $(build)/$(BOARD)/modules.cpio: $(build)/$(linux_dir)/.build
|
|||||||
$(build)/$(BOARD)/bzImage: $(build)/$(linux_dir)/.build
|
$(build)/$(BOARD)/bzImage: $(build)/$(linux_dir)/.build
|
||||||
$(call do-copy,$(dir $<)/$(linux_output),$@)
|
$(call do-copy,$(dir $<)/$(linux_output),$@)
|
||||||
@touch $@ # force a timestamp update
|
@touch $@ # force a timestamp update
|
||||||
|
sha256sum "$@" | tee -a "$(HASHES)"
|
||||||
|
|
||||||
|
|
||||||
# menuconfig target allows us to easily reconfigure this Linux kernel
|
# menuconfig target allows us to easily reconfigure this Linux kernel
|
||||||
|
Loading…
Reference in New Issue
Block a user