]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/pci/Makefile
Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm
[mirror_ubuntu-bionic-kernel.git] / drivers / pci / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the PCI bus specific drivers.
3#
4
610929e1 5obj-y += access.o bus.o probe.o host-bridge.o remove.o pci.o \
388c8c16 6 pci-driver.o search.o pci-sysfs.o rom.o setup-res.o \
be0ce12e
MM
7 irq.o vpd.o setup-bus.o vc.o mmap.o setup-irq.o
8
1da177e4 9obj-$(CONFIG_PROC_FS) += proc.o
268a03a4 10obj-$(CONFIG_SYSFS) += slot.o
1da177e4 11
93177a74 12obj-$(CONFIG_PCI_QUIRKS) += quirks.o
e8b553bf 13
52f975ea
MM
14# Build PCI Express stuff if needed
15obj-$(CONFIG_PCIEPORTBUS) += pcie/
16
1da177e4
LT
17# Build the PCI Hotplug drivers if we were asked to
18obj-$(CONFIG_HOTPLUG_PCI) += hotplug/
4105717b
SR
19ifdef CONFIG_HOTPLUG_PCI
20obj-y += hotplug-pci.o
21endif
1da177e4 22
03571e11
EB
23# Build the PCI MSI interrupt support
24obj-$(CONFIG_PCI_MSI) += msi.o
25
95d77884
EB
26# Build the Hypertransport interrupt support
27obj-$(CONFIG_HT_IRQ) += htirq.o
28
db3c33c6 29obj-$(CONFIG_PCI_ATS) += ats.o
d1b054da
YZ
30obj-$(CONFIG_PCI_IOV) += iov.o
31
1da177e4
LT
32#
33# ACPI Related PCI FW Functions
6058989b 34# ACPI _DSM provided firmware instance and string name
1da177e4 35#
8a226e00 36obj-$(CONFIG_ACPI) += pci-acpi.o
1da177e4 37
911e1c9b 38# SMBIOS provided firmware instance and labels
8a226e00 39obj-$(CONFIG_PCI_LABEL) += pci-label.o
911e1c9b 40
5823d089
AS
41# Intel MID platform PM support
42obj-$(CONFIG_X86_INTEL_MID) += pci-mid.o
43
36e23590 44obj-$(CONFIG_PCI_SYSCALL) += syscall.o
1da177e4 45
c70e0d9d
CW
46obj-$(CONFIG_PCI_STUB) += pci-stub.o
47
35ff9477
J
48obj-$(CONFIG_PCI_ECAM) += ecam.o
49
956a9202
RW
50obj-$(CONFIG_XEN_PCIDEV_FRONTEND) += xen-pcifront.o
51
98d9f30c
BH
52obj-$(CONFIG_OF) += of.o
53
350a55e9 54ccflags-$(CONFIG_PCI_DEBUG) := -DDEBUG
45361a4f
TP
55
56# PCI host controller drivers
57obj-y += host/
080b47de 58obj-y += switch/