summaryrefslogtreecommitdiff
path: root/drivers/hotplug/Makefile
diff options
context:
space:
mode:
authorKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2002-04-03 21:05:19 -0600
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2002-04-03 21:05:19 -0600
commit08cfe64a080fca4f6c48465a703fe7bfd896704b (patch)
treedae5e6fd0379eab9fe3a931d7351b5d92769d64c /drivers/hotplug/Makefile
parent5e4b50795ee8c7659a1181cea4c98712e02ea63e (diff)
parent312ba443079c2264340c14efc0fc1791174b47f8 (diff)
Merge http://linux.bkbits.net/linux-2.5
into tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5
Diffstat (limited to 'drivers/hotplug/Makefile')
-rw-r--r--drivers/hotplug/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/hotplug/Makefile b/drivers/hotplug/Makefile
index d3f1c0f5b345..eff79bdfd691 100644
--- a/drivers/hotplug/Makefile
+++ b/drivers/hotplug/Makefile
@@ -4,8 +4,6 @@
O_TARGET := vmlinux-obj.o
-list-multi := cpqphp.o pci_hotplug.o ibmphp.o
-
export-objs := pci_hotplug_core.o pci_hotplug_util.o
obj-$(CONFIG_HOTPLUG_PCI) += pci_hotplug.o
@@ -32,13 +30,3 @@ endif
include $(TOPDIR)/Rules.make
-
-pci_hotplug.o: $(pci_hotplug-objs)
- $(LD) -r -o $@ $(pci_hotplug-objs)
-
-cpqphp.o: $(cpqphp-objs)
- $(LD) -r -o $@ $(cpqphp-objs)
-
-ibmphp.o: $(ibmphp-objs)
- $(LD) -r -o $@ $(ibmphp-objs)
-