From: Thomas Lamprecht Date: Thu, 21 Mar 2019 12:08:42 +0000 (+0100) Subject: init submodules recursive to pull in edk2 openssl usage X-Git-Url: https://git.proxmox.com/?p=pve-edk2-firmware.git;a=commitdiff_plain;h=5ce5090487e831035707a57bfb7faabe351236e4;hp=b44c7e2a17ac69c336d23ba639031741bed85a21 init submodules recursive to pull in edk2 openssl usage Signed-off-by: Thomas Lamprecht --- 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