diff options
Diffstat (limited to 'hw/vfio/meson.build')
| -rw-r--r-- | hw/vfio/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/vfio/meson.build b/hw/vfio/meson.build index 60caa36617..1f89bd28c1 100644 --- a/hw/vfio/meson.build +++ b/hw/vfio/meson.build @@ -20,10 +20,10 @@ system_ss.add(when: 'CONFIG_VFIO_XGMAC', if_true: files('calxeda-xgmac.c')) system_ss.add(when: 'CONFIG_VFIO_AMD_XGBE', if_true: files('amd-xgbe.c')) system_ss.add(when: 'CONFIG_VFIO', if_true: files( 'container-base.c', + 'cpr.c', 'device.c', 'migration.c', 'migration-multifd.c', - 'cpr.c', 'region.c', )) system_ss.add(when: ['CONFIG_VFIO', 'CONFIG_IOMMUFD'], if_true: files( |