Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/55072 )
Change subject: util/cbfstool/Makefile: Check out vboot before trying to use it ......................................................................
util/cbfstool/Makefile: Check out vboot before trying to use it
Change-Id: Ie2044d73b97663f7816964c4d908a46570aafdbc Signed-off-by: Patrick Georgi pgeorgi@google.com --- M util/cbfstool/Makefile 1 file changed, 5 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/72/55072/1
diff --git a/util/cbfstool/Makefile b/util/cbfstool/Makefile index 7ef46a7..7d7befe 100644 --- a/util/cbfstool/Makefile +++ b/util/cbfstool/Makefile @@ -75,3 +75,8 @@ endif
include Makefile.inc + +$(objutil)/cbfstool/cbfstool.o: $(VBOOT_SOURCE)/firmware/include/vb2_sha.h + +$(VBOOT_SOURCE)/firmware/include/vb2_sha.h: + cd $(VBOOT_SOURCE) && git submodule update --init .