]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame_incremental - drivers/pci/Makefile
PCI: hv: Fix a comment typo in _hv_pcifront_read_config()
[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
24obj-$(CONFIG_PCI_ATS) += ats.o
25obj-$(CONFIG_PCI_IOV) += iov.o
26
27#
28# ACPI Related PCI FW Functions
29# ACPI _DSM provided firmware instance and string name
30#
31obj-$(CONFIG_ACPI) += pci-acpi.o
32
33# SMBIOS provided firmware instance and labels
34obj-$(CONFIG_PCI_LABEL) += pci-label.o
35
36# Intel MID platform PM support
37obj-$(CONFIG_X86_INTEL_MID) += pci-mid.o
38
39obj-$(CONFIG_PCI_SYSCALL) += syscall.o
40
41obj-$(CONFIG_PCI_STUB) += pci-stub.o
42
43obj-$(CONFIG_PCI_ECAM) += ecam.o
44
45obj-$(CONFIG_XEN_PCIDEV_FRONTEND) += xen-pcifront.o
46
47obj-$(CONFIG_OF) += of.o
48
49ccflags-$(CONFIG_PCI_DEBUG) := -DDEBUG
50
51# PCI host controller drivers
52obj-y += host/
53obj-y += switch/