diff options
Diffstat (limited to 'roms/Makefile')
-rw-r--r-- | roms/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roms/Makefile b/roms/Makefile index 8cafced348..d3a3228359 100644 --- a/roms/Makefile +++ b/roms/Makefile @@ -138,6 +138,7 @@ build-efi-roms: build-pxe-roms # efirom # edk2-basetools: + cd edk2/BaseTools && git submodule update --init --force $(MAKE) -C edk2/BaseTools \ PYTHON_COMMAND=$${EDK2_PYTHON_COMMAND:-python3} \ EXTRA_OPTFLAGS='$(EDK2_BASETOOLS_OPTFLAGS)' \ |