diff options
Diffstat (limited to 'hw/pci-host/meson.build')
-rw-r--r-- | hw/pci-host/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/pci-host/meson.build b/hw/pci-host/meson.build index 3001e93..937a0f7 100644 --- a/hw/pci-host/meson.build +++ b/hw/pci-host/meson.build @@ -28,6 +28,7 @@ pci_ss.add(when: 'CONFIG_ARTICIA', if_true: files('articia.c')) pci_ss.add(when: 'CONFIG_MV64361', if_true: files('mv64361.c')) # ARM devices +pci_ss.add(when: 'CONFIG_PCI_EXPRESS_FSL_IMX8M_PHY', if_true: files('fsl_imx8m_phy.c')) pci_ss.add(when: 'CONFIG_VERSATILE_PCI', if_true: files('versatile.c')) # HPPA devices |