summary refs log tree commit diff stats
path: root/hw/vfio-user/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'hw/vfio-user/meson.build')
-rw-r--r--hw/vfio-user/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/vfio-user/meson.build b/hw/vfio-user/meson.build
index 9e85a8ea51..2ed0ae5b1d 100644
--- a/hw/vfio-user/meson.build
+++ b/hw/vfio-user/meson.build
@@ -3,6 +3,7 @@
 vfio_user_ss = ss.source_set()
 vfio_user_ss.add(files(
   'container.c',
+  'device.c',
   'pci.c',
   'proxy.c',
 ))