Browse Source

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>
Gerd Hoffmann 8 tháng trước cách đây
mục cha
commit
0f5715e4b5
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      roms/Makefile

+ 5 - 0
roms/Makefile

@@ -157,6 +157,11 @@ edk2-version: edk2
 		touch $@; \
 		touch $@; \
 	fi
 	fi
 
 
+edk2-basetools: edk2-version
+	$(PYTHON) edk2-build.py --config edk2-build.config \
+		--silent --no-logs \
+		--match none # build only basetools
+
 efi: edk2-version
 efi: edk2-version
 	$(PYTHON) edk2-build.py --config edk2-build.config \
 	$(PYTHON) edk2-build.py --config edk2-build.config \
 		--version-override "$(EDK2_STABLE)$(FIRMWARE_EXTRAVERSION)" \
 		--version-override "$(EDK2_STABLE)$(FIRMWARE_EXTRAVERSION)" \