Update of /cvsroot/linuxconsole/ruby/linux/drivers
In directory usw-pr-cvs1:/tmp/cvs-serv1749/linux/drivers
Modified Files:
Makefile
Log Message:
Synced to 2.5.7
Index: Makefile
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/Makefile,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- Makefile 18 Mar 2002 19:58:09 -0000 1.30
+++ Makefile 22 Mar 2002 20:13:58 -0000 1.31
@@ -8,12 +8,14 @@
mod-subdirs := dio mtd sbus 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
+ fc4 net/hamradio i2c acpi bluetooth input/serio \
+ input/gameport parport hotplug
-subdir-y := base parport char block net misc media cdrom hotplug video
+subdir-y := base char block net misc media cdrom video
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
|