Linux 4.16.11
[linux/fpc-iii.git] / drivers / pci / Makefile
blob941970936840eadc9c14abcb41fd4627907ff8ba
1 # SPDX-License-Identifier: GPL-2.0
3 # Makefile for the PCI bus specific drivers.
6 obj-$(CONFIG_PCI) += access.o bus.o probe.o host-bridge.o remove.o pci.o \
7 pci-driver.o search.o pci-sysfs.o rom.o setup-res.o \
8 irq.o vpd.o setup-bus.o vc.o mmap.o setup-irq.o
10 ifdef CONFIG_PCI
11 obj-$(CONFIG_PROC_FS) += proc.o
12 obj-$(CONFIG_SYSFS) += slot.o
13 obj-$(CONFIG_OF) += of.o
14 endif
16 obj-$(CONFIG_PCI_QUIRKS) += quirks.o
18 # Build PCI Express stuff if needed
19 obj-$(CONFIG_PCIEPORTBUS) += pcie/
21 # Build the PCI Hotplug drivers if we were asked to
22 obj-$(CONFIG_HOTPLUG_PCI) += hotplug/
24 # Build the PCI MSI interrupt support
25 obj-$(CONFIG_PCI_MSI) += msi.o
27 obj-$(CONFIG_PCI_ATS) += ats.o
28 obj-$(CONFIG_PCI_IOV) += iov.o
31 # ACPI Related PCI FW Functions
32 # ACPI _DSM provided firmware instance and string name
34 obj-$(CONFIG_ACPI) += pci-acpi.o
36 # SMBIOS provided firmware instance and labels
37 obj-$(CONFIG_PCI_LABEL) += pci-label.o
39 # Intel MID platform PM support
40 obj-$(CONFIG_X86_INTEL_MID) += pci-mid.o
42 obj-$(CONFIG_PCI_SYSCALL) += syscall.o
44 obj-$(CONFIG_PCI_STUB) += pci-stub.o
46 obj-$(CONFIG_PCI_ECAM) += ecam.o
48 obj-$(CONFIG_XEN_PCIDEV_FRONTEND) += xen-pcifront.o
50 ccflags-$(CONFIG_PCI_DEBUG) := -DDEBUG
52 # PCI host controller drivers
53 obj-y += host/
54 obj-y += switch/
56 obj-$(CONFIG_PCI_ENDPOINT) += endpoint/
58 # Endpoint library must be initialized before its users
59 obj-$(CONFIG_PCIE_CADENCE) += cadence/
60 # pcie-hisi.o quirks are needed even without CONFIG_PCIE_DW
61 obj-y += dwc/