]> git.hungrycats.org Git - linux/commitdiff
Descend into drivers/hotplug only if CONFIG_HOTPLUG_PCI is set.
authorKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>
Sat, 16 Mar 2002 11:47:49 +0000 (05:47 -0600)
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>
Sat, 16 Mar 2002 11:47:49 +0000 (05:47 -0600)
drivers/Makefile

index 53e3317ece27094ce3fb21af4b9e61a0990d652c..24a9490ddfaa3ef5aa10ea6310e6798719d0fb45 100644 (file)
@@ -9,12 +9,13 @@
 mod-subdirs := dio mtd sbus video macintosh usb input telephony sgi ide \
                message/i2o message/fusion scsi md ieee1394 pnp isdn atm \
                fc4 net/hamradio i2c acpi bluetooth input/serio \
-               input/gameport parport
+               input/gameport parport hotplug
 
-subdir-y :=    base char block net misc media cdrom hotplug
+subdir-y :=    base char block net misc media cdrom
 subdir-m :=    $(subdir-y)
 
 subdir-$(CONFIG_PARPORT)       += parport
+subdir-$(CONFIG_HOTPLUG_PCI)   += hotplug
 subdir-$(CONFIG_DIO)           += dio
 subdir-$(CONFIG_PCI)           += pci
 subdir-$(CONFIG_PCMCIA)                += pcmcia