Makefile.objs 564 B

1234567891011121314
  1. common-obj-$(CONFIG_PCI) += pci.o pci_bridge.o
  2. common-obj-$(CONFIG_PCI) += msix.o msi.o
  3. common-obj-$(CONFIG_PCI) += shpc.o
  4. common-obj-$(CONFIG_PCI) += slotid_cap.o
  5. common-obj-$(CONFIG_PCI) += pci_host.o
  6. # The functions in these modules can be used by devices too. Since we
  7. # allow plugging PCIe devices into PCI buses, include them even if
  8. # CONFIG_PCI_EXPRESS=n.
  9. common-obj-$(CONFIG_PCI) += pcie.o pcie_aer.o
  10. common-obj-$(CONFIG_PCI_EXPRESS) += pcie_port.o pcie_host.o
  11. common-obj-$(call lnot,$(CONFIG_PCI)) += pci-stub.o
  12. common-obj-$(CONFIG_ALL) += pci-stub.o