|
From: Jan-Benedict G. <jb...@us...> - 2004-10-08 10:20:13
|
Update of /cvsroot/linux-vax/kernel-2.5/drivers/vax/net In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20428 Modified Files: Makefile Log Message: - Start resurrecting the SGEC driver by actually adding it to the build system... - Maybe DELAQ should be checked, too... Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/drivers/vax/net/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Makefile 4 Oct 2003 18:22:37 -0000 1.5 +++ Makefile 8 Oct 2004 10:19:50 -0000 1.6 @@ -4,5 +4,5 @@ obj-$(CONFIG_DELQA) += delqa.o obj-$(CONFIG_VAX_LANCE) += lance.o -obj-$(CONFIG_SGEC) += sgec.o +obj-$(CONFIG_VAX_SGEC) += sgec.o |