From: Kenn H. <ke...@us...> - 2003-01-25 00:33:36
|
Update of /cvsroot/linux-vax/kernel-2.5/drivers/net In directory sc8-pr-cvs1:/tmp/cvs-serv15380/drivers/net Modified Files: Makefile Log Message: Merge with 2.5.22 Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/drivers/net/Makefile,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- Makefile 12 Jan 2003 22:52:53 -0000 1.13 +++ Makefile 25 Jan 2003 00:33:32 -0000 1.14 @@ -2,9 +2,6 @@ # Makefile for the Linux network (ethercard) device drivers. # -mod-subdirs := appletalk arcnet fc irda tokenring tulip pcmcia wireless \ - wan ../acorn/net - # All of the (potential) objects that export symbols. # This list comes from 'grep -l EXPORT_SYMBOL *.[hc]'. |