summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--roms/Makefile.edk22
1 files changed, 1 insertions, 1 deletions
diff --git a/roms/Makefile.edk2 b/roms/Makefile.edk2
index 3d75a842a4..6801ea62e8 100644
--- a/roms/Makefile.edk2
+++ b/roms/Makefile.edk2
@@ -51,7 +51,7 @@ all: $(foreach flashdev,$(flashdevs),../pc-bios/edk2-$(flashdev).fd.bz2) \
 # we're building from a tarball and that they've already been fetched by
 # make-release/tarball scripts.
 submodules:
-	if test -d edk2/.git; then \
+	if test -e edk2/.git; then \
 		cd edk2 && git submodule update --init --force -- \
 			ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3 \
 			BaseTools/Source/C/BrotliCompress/brotli \