]> git.proxmox.com Git - pve-qemu.git/commitdiff
makefile: also filter 64-bit hppa ROM for QEMU 8.2
authorFiona Ebner <f.ebner@proxmox.com>
Thu, 25 Apr 2024 15:21:27 +0000 (17:21 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 26 Apr 2024 12:13:53 +0000 (14:13 +0200)
Same rationale as 6facdf3 ("also exclude hppa-firmware.img ROM from
build"), not used by Proxmox VE and would cause a failure during
build.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
Makefile

index a719e439a992b9c3d00ec3108358dc5351087735..f23b041616775e7b7b9ba07d57352b25945e70b9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,7 @@ endif
 
 PC_BIOS_FW_PURGE_LIST_IN = \
        hppa-firmware.img \
+       hppa-firmware64.img \
        openbios-ppc \
        openbios-sparc32 \
        openbios-sparc64 \