From: James S. <jsi...@us...> - 2003-02-01 18:57:17
|
Update of /cvsroot/linuxconsole/ruby/linux/drivers In directory sc8-pr-cvs1:/tmp/cvs-serv15026/linux/drivers Modified Files: Makefile Log Message: Synced to 2.5.59 Index: Makefile =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/Makefile,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- Makefile 10 Dec 2002 21:06:14 -0000 1.39 +++ Makefile 1 Feb 2003 18:57:14 -0000 1.40 @@ -44,5 +44,4 @@ obj-$(CONFIG_HOTPLUG_PCI) += hotplug/ obj-$(CONFIG_ISDN_BOOL) += isdn/ obj-$(CONFIG_MCA) += mca/ - -include $(TOPDIR)/Rules.make +obj-$(CONFIG_EISA) += eisa/ |