From 9c7987d559329a8a19750052de9f315f59a07086 Mon Sep 17 00:00:00 2001 From: Kai Germaschewski Date: Fri, 22 Mar 2002 09:51:20 -0600 Subject: Remove list-multi plus associated link rules in various Makefiles. --- drivers/hotplug/Makefile | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'drivers/hotplug') 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) - -- cgit v1.2.3