build.sh: direct clone some submodules
authorBigfootACA <bigfoot@classfun.cn>
星期一, 30 Aug 2021 15:34:22 +0000 (23:34 +0800)
committerBigfootACA <bigfoot@classfun.cn>
星期一, 30 Aug 2021 15:34:22 +0000 (23:34 +0800)
Signed-off-by: BigfootACA <bigfoot@classfun.cn>
build.sh

index 9453635901464e05c2676cfee8eef4e76f7cc328..7e7876ad7740fdbfa8b176c67d79f6e2bab38b89 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -113,6 +113,7 @@ if "${CLEAN}";then _clean;exit "$?";fi
 if ! [ -f edk2/edksetup.sh ] || ! [ -f ../edk2/edksetup.sh ]
 then   set -e
        echo "Updating submodules"
+       git clone https://git.renegade-project.org/edk2-sdm845-acpi.git sdm845Pkg/AcpiTables
        if "${CHINESE}"
        then    git submodule set-url edk2 https://hub.fastgit.org/tianocore/edk2.git
                git submodule set-url edk2-platforms https://hub.fastgit.org/tianocore/edk2-platforms.git