From: James S. <jsi...@us...> - 2001-11-23 04:10:19
|
Update of /cvsroot/linuxconsole/ruby/linux/drivers In directory usw-pr-cvs1:/tmp/cvs-serv8882/drivers Modified Files: Makefile Log Message: Synced to ARM tree now that it is not against AC tree. Index: Makefile =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/Makefile,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- Makefile 2001/11/13 19:38:22 1.23 +++ Makefile 2001/11/23 04:10:15 1.24 @@ -43,11 +43,10 @@ # 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_L3) += l3 subdir-$(CONFIG_ACPI) += acpi subdir-$(CONFIG_BLUEZ) += bluetooth -# subdir-$(CONFIG_SSI) += ssi +#subdir-$(CONFIG_SSI) += ssi include $(TOPDIR)/Rules.make - |