|
@@ -13,7 +13,7 @@ pci_ss.add(when: 'CONFIG_REMOTE_PCIHOST', if_true: files('remote.c'))
|
|
|
pci_ss.add(when: 'CONFIG_SH_PCI', if_true: files('sh_pci.c'))
|
|
|
|
|
|
# PPC devices
|
|
|
-pci_ss.add(when: 'CONFIG_PREP_PCI', if_true: files('prep.c'))
|
|
|
+pci_ss.add(when: 'CONFIG_RAVEN_PCI', if_true: files('raven.c'))
|
|
|
pci_ss.add(when: 'CONFIG_GRACKLE_PCI', if_true: files('grackle.c'))
|
|
|
# NewWorld PowerMac
|
|
|
pci_ss.add(when: 'CONFIG_UNIN_PCI', if_true: files('uninorth.c'))
|