From: Kenn H. <ke...@us...> - 2003-01-12 22:52:56
|
Update of /cvsroot/linux-vax/kernel-2.5/drivers/char In directory sc8-pr-cvs1:/tmp/cvs-serv30622/drivers/char Modified Files: Makefile Log Message: Merge with 2.5.19 Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/drivers/char/Makefile,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- Makefile 9 Jan 2003 22:10:44 -0000 1.9 +++ Makefile 12 Jan 2003 22:52:53 -0000 1.10 @@ -7,8 +7,6 @@ # FONTMAPFILE = cp437.uni -O_TARGET := char.o - obj-y += mem.o tty_io.o n_tty.o tty_ioctl.o raw.o pty.o misc.o random.o # All of the (potential) objects that export symbols. |