The efi nic boot rom builds depend on this, they need the
EfiRom utility from edk2 BaseTools.
Fixes: 22e11539e167 ("edk2: replace build scripts")
Reported-by: Olaf Hering <[email protected]>
Signed-off-by: Gerd Hoffmann <[email protected]>
---
roms/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/roms/Makefile b/roms/Makefile
index 6859685290bf..73127445a515 100644
--- a/roms/Makefile
+++ b/roms/Makefile
@@ -153,6 +153,9 @@ efi:
rm -f ../pc-bios/edk2-*.fd.bz2
bzip2 --verbose ../pc-bios/edk2-*.fd
+edk2-basetools:
+ python3 edk2-build.py --config edk2-build.config -m none
+
opensbi32-generic:
$(MAKE) -C opensbi \
CROSS_COMPILE=$(riscv32_cross_prefix) \
--
2.39.2