diff options
Diffstat (limited to 'hw/vfio/meson.build')
| -rw-r--r-- | hw/vfio/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/vfio/meson.build b/hw/vfio/meson.build index 06473a0789..d3ed3cb7ac 100644 --- a/hw/vfio/meson.build +++ b/hw/vfio/meson.build @@ -13,7 +13,6 @@ vfio_ss.add(when: 'CONFIG_VFIO_PCI', if_true: files( 'pci.c', )) vfio_ss.add(when: 'CONFIG_VFIO_CCW', if_true: files('ccw.c')) -vfio_ss.add(when: 'CONFIG_VFIO_PLATFORM', if_true: files('platform.c')) vfio_ss.add(when: 'CONFIG_VFIO_AP', if_true: files('ap.c')) vfio_ss.add(when: 'CONFIG_VFIO_IGD', if_true: files('igd.c')) |