2005-04-16 15:20:36 -07:00
#
# Makefile for the Linux kernel pci hotplug controller drivers.
#
obj-$(CONFIG_HOTPLUG_PCI) += pci_hotplug.o
obj-$(CONFIG_HOTPLUG_PCI_COMPAQ) += cpqphp.o
obj-$(CONFIG_HOTPLUG_PCI_IBM) += ibmphp.o
2009-01-27 01:03:35 +00:00
2009-10-26 13:18:22 -04:00
# native drivers should be linked before acpiphp in order to allow the
# native driver to attempt to bind first. We can then fall back to
# generic support.
2009-01-27 01:03:35 +00:00
obj-$(CONFIG_HOTPLUG_PCI_PCIE) += pciehp.o
2005-04-16 15:20:36 -07:00
obj-$(CONFIG_HOTPLUG_PCI_CPCI_ZT5550) += cpcihp_zt5550.o
obj-$(CONFIG_HOTPLUG_PCI_CPCI_GENERIC) += cpcihp_generic.o
obj-$(CONFIG_HOTPLUG_PCI_SHPC) += shpchp.o
obj-$(CONFIG_HOTPLUG_PCI_RPA) += rpaphp.o
obj-$(CONFIG_HOTPLUG_PCI_RPA_DLPAR) += rpadlpar_io.o
2005-07-06 15:29:53 -07:00
obj-$(CONFIG_HOTPLUG_PCI_SGI) += sgi_hotplug.o
2009-10-26 13:18:22 -04:00
obj-$(CONFIG_HOTPLUG_PCI_ACPI) += acpiphp.o
# acpiphp_ibm extends acpiphp, so should be linked afterwards.
obj-$(CONFIG_HOTPLUG_PCI_ACPI_IBM) += acpiphp_ibm.o
2005-04-16 15:20:36 -07:00
2007-10-12 16:20:33 -07:00
# Link this last so it doesn't claim devices that have a real hotplug driver
obj-$(CONFIG_HOTPLUG_PCI_FAKE) += fakephp.o
2009-09-14 16:35:20 -06:00
pci_hotplug-objs := pci_hotplug_core.o pcihp_slot.o
2005-04-16 15:20:36 -07:00
i f d e f C O N F I G _ H O T P L U G _ P C I _ C P C I
pci_hotplug-objs += cpci_hotplug_core.o \
cpci_hotplug_pci.o
e n d i f
2006-03-03 10:16:05 -08:00
i f d e f C O N F I G _ A C P I
pci_hotplug-objs += acpi_pcihp.o
e n d i f
2005-04-16 15:20:36 -07:00
cpqphp-objs := cpqphp_core.o \
cpqphp_ctrl.o \
cpqphp_sysfs.o \
cpqphp_pci.o
cpqphp-$(CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM) += cpqphp_nvram.o
cpqphp-objs += $( cpqphp-y)
ibmphp-objs := ibmphp_core.o \
ibmphp_ebda.o \
ibmphp_pci.o \
ibmphp_res.o \
ibmphp_hpc.o
acpiphp-objs := acpiphp_core.o \
2006-06-28 03:08:06 -04:00
acpiphp_glue.o
2005-04-16 15:20:36 -07:00
rpaphp-objs := rpaphp_core.o \
rpaphp_pci.o \
2005-07-25 10:16:42 -05:00
rpaphp_slot.o
2005-04-16 15:20:36 -07:00
rpadlpar_io-objs := rpadlpar_core.o \
rpadlpar_sysfs.o
pciehp-objs := pciehp_core.o \
pciehp_ctrl.o \
pciehp_pci.o \
pciehp_hpc.o
2008-12-17 12:07:38 +09:00
i f d e f C O N F I G _ A C P I
pciehp-objs += pciehp_acpi.o
e n d i f
2005-04-16 15:20:36 -07:00
shpchp-objs := shpchp_core.o \
shpchp_ctrl.o \
shpchp_pci.o \
shpchp_sysfs.o \
shpchp_hpc.o