]> git.proxmox.com Git - pve-edk2-firmware.git/commitdiff
init submodules recursive to pull in edk2 openssl usage
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 21 Mar 2019 12:08:42 +0000 (13:08 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 21 Mar 2019 12:08:42 +0000 (13:08 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index d24eacc24b2ff754e16482ec2923f0427338a5a7..95e9b6ea1cee6b15db38b4a7469cf13a77414daa 100644 (file)
--- 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