diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2024-12-12 09:44:07 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2024-12-16 07:31:28 +0100 |
commit | 0f5715e4b5706b31b3550d8e6b88871e029c7823 (patch) | |
tree | 57ffdab89f0e28fd424d1265ec30b316d69838a0 | |
parent | 74dc38d0c6c15fd57a5dee94125d13ac5b00491d (diff) | |
download | qemu-0f5715e4b5706b31b3550d8e6b88871e029c7823.zip qemu-0f5715e4b5706b31b3550d8e6b88871e029c7823.tar.gz qemu-0f5715e4b5706b31b3550d8e6b88871e029c7823.tar.bz2 |
roms: re-add edk2-basetools target
Needed to build ipxe nic roms.
Reported-by: Liu Jaloo <liu.jaloo@gmail.com>
Fixes: 22e11539e167 ("edk2: replace build scripts")
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-ID: <20241212084408.1390728-1-kraxel@redhat.com>
-rw-r--r-- | roms/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roms/Makefile b/roms/Makefile index dfed2b2..31e4b97 100644 --- a/roms/Makefile +++ b/roms/Makefile @@ -157,6 +157,11 @@ edk2-version: edk2 touch $@; \ fi +edk2-basetools: edk2-version + $(PYTHON) edk2-build.py --config edk2-build.config \ + --silent --no-logs \ + --match none # build only basetools + efi: edk2-version $(PYTHON) edk2-build.py --config edk2-build.config \ --version-override "$(EDK2_STABLE)$(FIRMWARE_EXTRAVERSION)" \ |