|
@@ -5,7 +5,6 @@ vfio_ss.add(files(
|
|
))
|
|
))
|
|
vfio_ss.add(when: 'CONFIG_PSERIES', if_true: files('spapr.c'))
|
|
vfio_ss.add(when: 'CONFIG_PSERIES', if_true: files('spapr.c'))
|
|
vfio_ss.add(when: 'CONFIG_VFIO_PCI', if_true: files(
|
|
vfio_ss.add(when: 'CONFIG_VFIO_PCI', if_true: files(
|
|
- 'display.c',
|
|
|
|
'pci-quirks.c',
|
|
'pci-quirks.c',
|
|
'pci.c',
|
|
'pci.c',
|
|
))
|
|
))
|
|
@@ -28,3 +27,6 @@ system_ss.add(when: 'CONFIG_VFIO', if_true: files(
|
|
system_ss.add(when: ['CONFIG_VFIO', 'CONFIG_IOMMUFD'], if_true: files(
|
|
system_ss.add(when: ['CONFIG_VFIO', 'CONFIG_IOMMUFD'], if_true: files(
|
|
'iommufd.c',
|
|
'iommufd.c',
|
|
))
|
|
))
|
|
|
|
+system_ss.add(when: 'CONFIG_VFIO_PCI', if_true: files(
|
|
|
|
+ 'display.c',
|
|
|
|
+))
|