aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/meson.build
diff options
context:
space:
mode:
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>2022-05-04 10:25:52 +0100
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>2022-05-08 18:52:37 +0100
commit45f569a11666051f98edc678616d135c9feaf506 (patch)
treea8e5a30bce8e43e8a915b678a4406c950129eafe /hw/misc/meson.build
parent134ba73f32036256e0a89bcd166ddbe1fd19b824 (diff)
downloadqemu-45f569a11666051f98edc678616d135c9feaf506.zip
qemu-45f569a11666051f98edc678616d135c9feaf506.tar.gz
qemu-45f569a11666051f98edc678616d135c9feaf506.tar.bz2
lasi: move from hw/hppa to hw/misc
Move the LASI device implementation from hw/hppa to hw/misc so that it is located with all the other miscellaneous devices. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Acked-by: Helge Deller <deller@gmx.de> Message-Id: <20220504092600.10048-43-mark.cave-ayland@ilande.co.uk> Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Diffstat (limited to 'hw/misc/meson.build')
-rw-r--r--hw/misc/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/misc/meson.build b/hw/misc/meson.build
index 2ff05c7..132b7b7 100644
--- a/hw/misc/meson.build
+++ b/hw/misc/meson.build
@@ -134,3 +134,6 @@ specific_ss.add(when: 'CONFIG_MIPS_CPS', if_true: files('mips_cmgcr.c', 'mips_cp
specific_ss.add(when: 'CONFIG_MIPS_ITU', if_true: files('mips_itu.c'))
specific_ss.add(when: 'CONFIG_SBSA_REF', if_true: files('sbsa_ec.c'))
+
+# HPPA devices
+softmmu_ss.add(when: 'CONFIG_LASI', if_true: files('lasi.c'))