]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
roms: re-add edk2-basetools target
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 12 Dec 2024 08:44:07 +0000 (09:44 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 17 Dec 2024 11:26:42 +0000 (14:26 +0300)
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>
(cherry picked from commit 0f5715e4b5706b31b3550d8e6b88871e029c7823)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
roms/Makefile

index dfed2b216a1ea23e5b837faff4e8906850b3a859..31e4b97c983b3bb6a17302a0f23807ea6bd02b19 100644 (file)
@@ -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)" \