aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--payloads/external/tianocore/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/external/tianocore/Makefile b/payloads/external/tianocore/Makefile
index 06e8b68f1d..2c7439ca7b 100644
--- a/payloads/external/tianocore/Makefile
+++ b/payloads/external/tianocore/Makefile
@@ -48,7 +48,7 @@ all: clean build
$(project_dir):
echo " Cloning $(project_name) from Git"
- git clone --single-branch --branch $(project_git_branch) $(project_git_repo) $(project_dir); \
+ git clone --branch $(project_git_branch) $(project_git_repo) $(project_dir); \
cd $(project_dir); \
git remote add upstream $(upstream_git_repo)