aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunil V L <sunilvl@ventanamicro.com>2024-06-25 20:38:34 +0530
committerMichael S. Tsirkin <mst@redhat.com>2024-07-03 18:14:07 -0400
commit008115bba06a30b13b3fd86cade8a280490e06f3 (patch)
treed8dfdc7980b81369cea8fc04e0e8d1f99320f93e
parent7434f904673c36b78871a3b18ab1f5c09c640131 (diff)
downloadqemu-008115bba06a30b13b3fd86cade8a280490e06f3.zip
qemu-008115bba06a30b13b3fd86cade8a280490e06f3.tar.gz
qemu-008115bba06a30b13b3fd86cade8a280490e06f3.tar.bz2
meson.build: Add RISC-V to the edk2-target list
so that ACPI table test can be supported. Signed-off-by: Sunil V L <sunilvl@ventanamicro.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Message-Id: <20240625150839.1358279-12-sunilvl@ventanamicro.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 54e6b09..efd3d4c 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