From 2e71c17f5b67a874ed9f00e21fa6fb8fd714ca3e Mon Sep 17 00:00:00 2001 From: Fiona Ebner Date: Thu, 25 Apr 2024 17:21:27 +0200 Subject: [PATCH] makefile: also filter 64-bit hppa ROM for QEMU 8.2 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 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a719e43..f23b041 100644 --- 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 \