]> git.hungrycats.org Git - linux/commitdiff
PCI Hotplug Makefile cleanup
authorGreg Kroah-Hartman <greg@kroah.com>
Wed, 10 Apr 2002 03:58:16 +0000 (20:58 -0700)
committerGreg Kroah-Hartman <greg@kroah.com>
Wed, 10 Apr 2002 03:58:16 +0000 (20:58 -0700)
removed the list-multi targets, as they aren't needed anymore.

drivers/hotplug/Makefile

index d3f1c0f5b345095e547213e419c90c2973330071..eff79bdfd691daca18a3ca21f4f8e124636ba700 100644 (file)
@@ -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)
-