From: James S. <jsi...@us...> - 2002-05-01 19:35:32
|
Update of /cvsroot/linuxconsole/ruby/linux/drivers/char In directory usw-pr-cvs1:/tmp/cvs-serv1343/linux/drivers/char Modified Files: Makefile Log Message: Synced to 2.5.12. Index: Makefile =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/char/Makefile,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- Makefile 1 May 2002 18:07:50 -0000 1.37 +++ Makefile 1 May 2002 19:35:27 -0000 1.38 @@ -16,11 +16,10 @@ export-objs := vt.o keyboard.o sysrq.o \ misc.o pty.o random.o selection.o serial.o \ - sonypi.o tty_io.o tty_ioctl.o generic_serial.o rtc.o + sonypi.o tty_io.o tty_ioctl.o generic_serial.o rtc.o \ + ip2main.o mod-subdirs := ftape drm pcmcia - -SERIAL = serial.o ifeq ($(CONFIG_DECSTATION),y) SERIAL = decserial.o |