From: Pierrick Bouvier <[email protected]> Solves conflict for vmstate_cpr_vfio_devices.
Signed-off-by: Pierrick Bouvier <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Reviewed-by: Manos Pitsidianakis <[email protected]> Message-ID: <[email protected]> Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- hw/vfio/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/vfio/meson.build b/hw/vfio/meson.build index fa0ea6ecf0e..c7c31b78f68 100644 --- a/hw/vfio/meson.build +++ b/hw/vfio/meson.build @@ -34,7 +34,7 @@ system_ss.add(when: ['CONFIG_VFIO', 'CONFIG_IOMMUFD'], if_true: files( 'iommufd.c', 'cpr-iommufd.c', )) -system_ss.add(when: 'CONFIG_IOMMUFD', if_false: files('iommufd-stubs.c')) +stub_ss.add(files('iommufd-stubs.c')) system_ss.add(when: 'CONFIG_VFIO_PCI', if_true: files( 'display.c', )) -- 2.53.0
