From 67d958b64078216546e32d12ff8cae422e14c622 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sat, 29 May 2021 16:12:29 +0200 Subject: [PATCH] util/cbfstool/Makefile: Check out vboot before trying to use it Change-Id: Ie2044d73b97663f7816964c4d908a46570aafdbc Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/c/coreboot/+/55072 Tested-by: build bot (Jenkins) Reviewed-by: Idwer Vollering Reviewed-by: Paul Menzel Reviewed-by: Arthur Heymans --- util/cbfstool/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/util/cbfstool/Makefile b/util/cbfstool/Makefile index 7ef46a7224..7d7befef95 100644 --- a/util/cbfstool/Makefile +++ b/util/cbfstool/Makefile @@ -75,3 +75,8 @@ ifneq ($(V),1) 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 .