summaryrefslogtreecommitdiff
path: root/drivers/hotplug
diff options
context:
space:
mode:
authorKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2002-05-28 10:16:47 -0500
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2002-05-28 10:16:47 -0500
commitdc3b2a73b19ec1193d9ed0db016354344c56c87f (patch)
tree15d03c00b676e9535be9d22ecce41d5919ceda47 /drivers/hotplug
parent89a6351c22a52338717542ed7612a21c9439f8b7 (diff)
kbuild: Group together descending/linking in drivers/*
We currently decide whether we need to descend into the subdirs of drivers/ in drivers/Makefile, but link the resulting objects from the top-level Makefile. Making these two decisions at the same time (in drivers/Makefile) cleans up the top-level Makefile quite a bit. Link order does not change at all apart from sound/, which is now linked last.
Diffstat (limited to 'drivers/hotplug')
-rw-r--r--drivers/hotplug/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/hotplug/Makefile b/drivers/hotplug/Makefile
index eff79bdfd691..36ab600d125c 100644
--- a/drivers/hotplug/Makefile
+++ b/drivers/hotplug/Makefile
@@ -2,8 +2,6 @@
# Makefile for the Linux kernel pci hotplug controller drivers.
#
-O_TARGET := vmlinux-obj.o
-
export-objs := pci_hotplug_core.o pci_hotplug_util.o
obj-$(CONFIG_HOTPLUG_PCI) += pci_hotplug.o