diff --git a/Makefile b/Makefile
index 0dd77d403e..45e47c0037 100644
--- a/Makefile
+++ b/Makefile
@@ -578,7 +578,7 @@ lib/%:
 
 git-submodule:
 	git submodule sync --recursive
-	git submodule update --init --recursive
+	git submodule update --init --recursive --progress
 
 ifdef SKIP_VERSION
 SKIP_GIT := yes