Update of /cvsroot/linux-vax/kernel-2.4/drivers
In directory usw-pr-cvs1:/tmp/cvs-serv26834/drivers
Modified Files:
Makefile
Log Message:
synch 2.4.15 commit 56
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile 22 Feb 2001 22:15:07 -0000 1.3
+++ Makefile 11 Apr 2002 14:26:57 -0000 1.4
@@ -6,10 +6,11 @@
#
-mod-subdirs := dio mtd sbus video macintosh usb input telephony sgi i2o ide \
- scsi md ieee1394 pnp isdn atm fc4 net/hamradio i2c acpi
+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
-subdir-y := block char net parport sound misc media cdrom
+subdir-y := parport char block net sound misc media cdrom hotplug
subdir-m := $(subdir-y)
@@ -30,7 +31,8 @@
subdir-$(CONFIG_SGI) += sgi
subdir-$(CONFIG_IDE) += ide
subdir-$(CONFIG_SCSI) += scsi
-subdir-$(CONFIG_I2O) += i2o
+subdir-$(CONFIG_I2O) += message/i2o
+subdir-$(CONFIG_FUSION) += message/fusion
subdir-$(CONFIG_MD) += md
subdir-$(CONFIG_IEEE1394) += ieee1394
subdir-$(CONFIG_PNP) += pnp
@@ -44,5 +46,6 @@
subdir-$(CONFIG_I2C) += i2c
subdir-$(CONFIG_ACPI) += acpi
-include $(TOPDIR)/Rules.make
+subdir-$(CONFIG_BLUEZ) += bluetooth
+include $(TOPDIR)/Rules.make
|