diff options
Diffstat (limited to 'drivers/hotplug/Makefile')
| -rw-r--r-- | drivers/hotplug/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/hotplug/Makefile b/drivers/hotplug/Makefile index d257d6c5a6a5..11aefee0e8e0 100644 --- a/drivers/hotplug/Makefile +++ b/drivers/hotplug/Makefile @@ -2,12 +2,13 @@ # Makefile for the Linux kernel pci hotplug controller drivers. # -export-objs := pci_hotplug_core.o pci_hotplug_util.o +export-objs := pci_hotplug_core.o pci_hotplug_util.o cpci_hotplug_core.o obj-$(CONFIG_HOTPLUG_PCI) += pci_hotplug.o obj-$(CONFIG_HOTPLUG_PCI_COMPAQ) += cpqphp.o obj-$(CONFIG_HOTPLUG_PCI_IBM) += ibmphp.o obj-$(CONFIG_HOTPLUG_PCI_ACPI) += acpiphp.o +obj-$(CONFIG_HOTPLUG_PCI_CPCI) += cpci_hotplug.o pci_hotplug-objs := pci_hotplug_core.o \ pci_hotplug_util.o @@ -28,6 +29,9 @@ acpiphp-objs := acpiphp_core.o \ acpiphp_pci.o \ acpiphp_res.o +cpci_hotplug-objs := cpci_hotplug_core.o \ + cpci_hotplug_pci.o + ifdef CONFIG_HOTPLUG_PCI_ACPI EXTRA_CFLAGS += -D_LINUX -I$(TOPDIR)/drivers/acpi ifdef CONFIG_ACPI_DEBUG |
