From: James S. <jsi...@us...> - 2002-03-13 23:48:42
|
Update of /cvsroot/linuxconsole/ruby/linux/drivers In directory usw-pr-cvs1:/tmp/cvs-serv27749/drivers Modified Files: Makefile Log Message: Synced to 2.5.3 Index: Makefile =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/Makefile,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- Makefile 26 Dec 2001 17:28:11 -0000 1.25 +++ Makefile 13 Mar 2002 23:48:37 -0000 1.26 @@ -8,9 +8,9 @@ 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 l3 acpi bluetooth serial + fc4 net/hamradio i2c acpi bluetooth serial -subdir-y := parport char block net sound misc media cdrom hotplug video +subdir-y := base parport char block net sound misc media cdrom hotplug video subdir-m := $(subdir-y) @@ -43,10 +43,8 @@ # CONFIG_HAMRADIO can be set without CONFIG_NETDEVICE being set -- ch subdir-$(CONFIG_HAMRADIO) += net/hamradio subdir-$(CONFIG_I2C) += i2c -#subdir-$(CONFIG_L3) += l3 subdir-$(CONFIG_ACPI) += acpi subdir-$(CONFIG_BLUEZ) += bluetooth -#subdir-$(CONFIG_SSI) += ssi include $(TOPDIR)/Rules.make |