summaryrefslogtreecommitdiff
path: root/hw/hppa/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'hw/hppa/meson.build')
-rw-r--r--hw/hppa/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/hppa/meson.build b/hw/hppa/meson.build
index 32072bf204..a6f9db455c 100644
--- a/hw/hppa/meson.build
+++ b/hw/hppa/meson.build
@@ -1,4 +1,4 @@
hppa_ss = ss.source_set()
-hppa_ss.add(when: 'CONFIG_HPPA_B160L', if_true: files('pci.c', 'machine.c', 'dino.c', 'lasi.c'))
+hppa_ss.add(when: 'CONFIG_HPPA_B160L', if_true: files('pci.c', 'machine.c', 'lasi.c'))
hw_arch += {'hppa': hppa_ss}