We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5c0be1 commit 28ea52dCopy full SHA for 28ea52d
hw/vfio/meson.build
@@ -5,7 +5,6 @@ vfio_ss.add(files(
5
))
6
vfio_ss.add(when: 'CONFIG_PSERIES', if_true: files('spapr.c'))
7
vfio_ss.add(when: 'CONFIG_VFIO_PCI', if_true: files(
8
- 'display.c',
9
'pci-quirks.c',
10
'pci.c',
11
@@ -28,3 +27,6 @@ system_ss.add(when: 'CONFIG_VFIO', if_true: files(
28
27
system_ss.add(when: ['CONFIG_VFIO', 'CONFIG_IOMMUFD'], if_true: files(
29
'iommufd.c',
30
+system_ss.add(when: 'CONFIG_VFIO_PCI', if_true: files(
31
+ 'display.c',
32
+))
0 commit comments