From 5ce5090487e831035707a57bfb7faabe351236e4 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 21 Mar 2019 13:08:42 +0100 Subject: [PATCH] init submodules recursive to pull in edk2 openssl usage Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d24eacc..95e9b6e 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ ${DEB}: | submodule .PHONY: submodule submodule: - test -f "${SRCDIR}/Readme.md" || git submodule update --init + test -f "${SRCDIR}/Readme.md" || git submodule update --init --recursive .PHONY: update_modules update_modules: submodule -- 2.39.2