aboutsummaryrefslogtreecommitdiff
path: root/hw/s390x/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'hw/s390x/meson.build')
-rw-r--r--hw/s390x/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/s390x/meson.build b/hw/s390x/meson.build
index f4663a8..2a7818d 100644
--- a/hw/s390x/meson.build
+++ b/hw/s390x/meson.build
@@ -27,7 +27,7 @@ s390x_ss.add(when: 'CONFIG_KVM', if_true: files(
))
s390x_ss.add(when: 'CONFIG_S390_CCW_VIRTIO', if_true: files('s390-virtio-ccw.c'))
s390x_ss.add(when: 'CONFIG_TERMINAL3270', if_true: files('3270-ccw.c'))
-s390x_ss.add(when: 'CONFIG_LINUX', if_true: files('s390-pci-vfio.c'))
+s390x_ss.add(when: 'CONFIG_VFIO', if_true: files('s390-pci-vfio.c'))
virtio_ss = ss.source_set()
virtio_ss.add(files('virtio-ccw.c'))