Update of /cvsroot/linux-vax/kernel-2.5/drivers/char
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25947
Modified Files:
Makefile
Log Message:
Linus removed the drivers/char/dz driver in 2.6.7, but we want to
continue using it until the drivers/serial/dz driver works for us
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/drivers/char/Makefile,v
retrieving revision 1.1.1.44
retrieving revision 1.42
diff -u -d -r1.1.1.44 -r1.42
--- Makefile 28 Jul 2004 22:00:31 -0000 1.1.1.44
+++ Makefile 28 Jul 2004 23:51:44 -0000 1.42
@@ -69,6 +69,7 @@
obj-$(CONFIG_FTAPE) += ftape/
obj-$(CONFIG_H8) += h8.o
obj-$(CONFIG_PPDEV) += ppdev.o
+obj-$(CONFIG_DZ) += dz.o
obj-$(CONFIG_NWBUTTON) += nwbutton.o
obj-$(CONFIG_NWFLASH) += nwflash.o
obj-$(CONFIG_SCx200_GPIO) += scx200_gpio.o
|