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 b82c558252..9e85a8ea51 100644
--- a/hw/vfio-user/meson.build
+++ b/hw/vfio-user/meson.build
@@ -4,6 +4,7 @@ vfio_user_ss = ss.source_set()
 vfio_user_ss.add(files(
   'container.c',
   'pci.c',
+  'proxy.c',
 ))
 
 system_ss.add_all(when: 'CONFIG_VFIO_USER', if_true: vfio_user_ss)