From: Sunil V L Date: Tue, 25 Jun 2024 15:08:34 +0000 (+0530) Subject: meson.build: Add RISC-V to the edk2-target list X-Git-Tag: qemu-xen-4.20.0~87^2~16 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=008115bba06a30b13b3fd86cade8a280490e06f3;p=qemu-xen.git meson.build: Add RISC-V to the edk2-target list so that ACPI table test can be supported. Signed-off-by: Sunil V L Reviewed-by: Alistair Francis Reviewed-by: Igor Mammedov Message-Id: <20240625150839.1358279-12-sunilvl@ventanamicro.com> Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin --- diff --git a/meson.build b/meson.build index 54e6b09f4f..efd3d4c6e5 100644 --- a/meson.build +++ b/meson.build @@ -93,7 +93,7 @@ else iasl = find_program(get_option('iasl'), required: true) endif -edk2_targets = [ 'arm-softmmu', 'aarch64-softmmu', 'i386-softmmu', 'x86_64-softmmu' ] +edk2_targets = [ 'arm-softmmu', 'aarch64-softmmu', 'i386-softmmu', 'x86_64-softmmu', 'riscv64-softmmu' ] unpack_edk2_blobs = false foreach target : edk2_targets if target in target_dirs