summary refs log tree commit diff stats
path: root/hw/vfio/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'hw/vfio/meson.build')
-rw-r--r--hw/vfio/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/vfio/meson.build b/hw/vfio/meson.build
index d3ed3cb7ac..62b7a7eaac 100644
--- a/hw/vfio/meson.build
+++ b/hw/vfio/meson.build
@@ -4,7 +4,7 @@ vfio_ss = ss.source_set()
 vfio_ss.add(files(
   'listener.c',
   'container-base.c',
-  'container.c',
+  'container-legacy.c',
   'helpers.c',
 ))
 vfio_ss.add(when: 'CONFIG_PSERIES', if_true: files('spapr.c'))