]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame_incremental - drivers/pci/Makefile
Merge tag 'mac80211-for-davem-2017-11-27' of git://git.kernel.org/pub/scm/linux/kerne...
[mirror_ubuntu-bionic-kernel.git] / drivers / pci / Makefile
... / ...
CommitLineData
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for the PCI bus specific drivers.
4#
5
6obj-y += 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
9
10obj-$(CONFIG_PROC_FS) += proc.o
11obj-$(CONFIG_SYSFS) += slot.o
12
13obj-$(CONFIG_PCI_QUIRKS) += quirks.o
14
15# Build PCI Express stuff if needed
16obj-$(CONFIG_PCIEPORTBUS) += pcie/
17
18# Build the PCI Hotplug drivers if we were asked to
19obj-$(CONFIG_HOTPLUG_PCI) += hotplug/
20
21# Build the PCI MSI interrupt support
22obj-$(CONFIG_PCI_MSI) += msi.o
23
24# Build the Hypertransport interrupt support
25obj-$(CONFIG_HT_IRQ) += htirq.o
26
27obj-$(CONFIG_PCI_ATS) += ats.o
28obj-$(CONFIG_PCI_IOV) += iov.o
29
30#
31# ACPI Related PCI FW Functions
32# ACPI _DSM provided firmware instance and string name
33#
34obj-$(CONFIG_ACPI) += pci-acpi.o
35
36# SMBIOS provided firmware instance and labels
37obj-$(CONFIG_PCI_LABEL) += pci-label.o
38
39# Intel MID platform PM support
40obj-$(CONFIG_X86_INTEL_MID) += pci-mid.o
41
42obj-$(CONFIG_PCI_SYSCALL) += syscall.o
43
44obj-$(CONFIG_PCI_STUB) += pci-stub.o
45
46obj-$(CONFIG_PCI_ECAM) += ecam.o
47
48obj-$(CONFIG_XEN_PCIDEV_FRONTEND) += xen-pcifront.o
49
50obj-$(CONFIG_OF) += of.o
51
52ccflags-$(CONFIG_PCI_DEBUG) := -DDEBUG
53
54# PCI host controller drivers
55obj-y += host/
56obj-y += switch/