Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | # |
| 3 | # Makefile for the PCI bus specific drivers. |
| 4 | # |
| 5 | |
Yinghai Lu | 610929e | 2012-04-02 18:31:53 -0700 | [diff] [blame] | 6 | obj-y += access.o bus.o probe.o host-bridge.o remove.o pci.o \ |
James Bottomley | 388c8c1 | 2008-08-03 13:02:12 -0500 | [diff] [blame] | 7 | pci-driver.o search.o pci-sysfs.o rom.o setup-res.o \ |
Matthew Minter | be0ce12 | 2017-06-28 15:14:02 -0500 | [diff] [blame] | 8 | irq.o vpd.o setup-bus.o vc.o mmap.o setup-irq.o |
| 9 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 10 | obj-$(CONFIG_PROC_FS) += proc.o |
Alex Chiang | 268a03a | 2009-06-17 19:03:57 -0600 | [diff] [blame] | 11 | obj-$(CONFIG_SYSFS) += slot.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 12 | |
Rafael J. Wysocki | 93177a7 | 2010-01-02 22:57:24 +0100 | [diff] [blame] | 13 | obj-$(CONFIG_PCI_QUIRKS) += quirks.o |
Andi Kleen | e8b553b | 2009-07-24 11:41:15 +0200 | [diff] [blame] | 14 | |
Milton Miller | 52f975e | 2005-12-16 11:08:48 -0800 | [diff] [blame] | 15 | # Build PCI Express stuff if needed |
| 16 | obj-$(CONFIG_PCIEPORTBUS) += pcie/ |
| 17 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 18 | # Build the PCI Hotplug drivers if we were asked to |
| 19 | obj-$(CONFIG_HOTPLUG_PCI) += hotplug/ |
| 20 | |
Eric W. Biederman | 03571e1 | 2006-10-04 02:17:00 -0700 | [diff] [blame] | 21 | # Build the PCI MSI interrupt support |
| 22 | obj-$(CONFIG_PCI_MSI) += msi.o |
| 23 | |
Joerg Roedel | db3c33c | 2011-09-27 15:57:13 +0200 | [diff] [blame] | 24 | obj-$(CONFIG_PCI_ATS) += ats.o |
Yu Zhao | d1b054d | 2009-03-20 11:25:11 +0800 | [diff] [blame] | 25 | obj-$(CONFIG_PCI_IOV) += iov.o |
| 26 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 27 | # |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 28 | # ACPI Related PCI FW Functions |
Narendra_K@Dell.com | 6058989 | 2011-03-02 22:34:17 +0530 | [diff] [blame] | 29 | # ACPI _DSM provided firmware instance and string name |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 30 | # |
Randy Dunlap | 8a226e0 | 2011-03-29 09:45:57 -0700 | [diff] [blame] | 31 | obj-$(CONFIG_ACPI) += pci-acpi.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 32 | |
Narendra K | 911e1c9 | 2010-07-26 05:56:50 -0500 | [diff] [blame] | 33 | # SMBIOS provided firmware instance and labels |
Randy Dunlap | 8a226e0 | 2011-03-29 09:45:57 -0700 | [diff] [blame] | 34 | obj-$(CONFIG_PCI_LABEL) += pci-label.o |
Narendra K | 911e1c9 | 2010-07-26 05:56:50 -0500 | [diff] [blame] | 35 | |
Andy Shevchenko | 5823d089 | 2016-06-14 21:29:45 +0300 | [diff] [blame] | 36 | # Intel MID platform PM support |
| 37 | obj-$(CONFIG_X86_INTEL_MID) += pci-mid.o |
| 38 | |
Matthew Wilcox | 36e2359 | 2007-07-10 10:54:40 -0600 | [diff] [blame] | 39 | obj-$(CONFIG_PCI_SYSCALL) += syscall.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 40 | |
Chris Wright | c70e0d9 | 2008-11-25 21:17:13 -0800 | [diff] [blame] | 41 | obj-$(CONFIG_PCI_STUB) += pci-stub.o |
| 42 | |
Jayachandran C | 35ff947 | 2016-05-10 17:19:51 +0200 | [diff] [blame] | 43 | obj-$(CONFIG_PCI_ECAM) += ecam.o |
| 44 | |
Ryan Wilson | 956a920 | 2010-08-02 21:31:05 -0400 | [diff] [blame] | 45 | obj-$(CONFIG_XEN_PCIDEV_FRONTEND) += xen-pcifront.o |
| 46 | |
Benjamin Herrenschmidt | 98d9f30c8 | 2011-04-11 11:37:07 +1000 | [diff] [blame] | 47 | obj-$(CONFIG_OF) += of.o |
| 48 | |
matt mooney | 350a55e | 2010-09-24 12:17:26 -0700 | [diff] [blame] | 49 | ccflags-$(CONFIG_PCI_DEBUG) := -DDEBUG |
Thomas Petazzoni | 45361a4 | 2013-05-16 17:55:22 +0200 | [diff] [blame] | 50 | |
| 51 | # PCI host controller drivers |
| 52 | obj-y += host/ |
Logan Gunthorpe | 080b47d | 2017-03-06 18:30:54 -0600 | [diff] [blame] | 53 | obj-y += switch/ |