From: James S. <jsi...@us...> - 2002-04-12 21:19:35
|
Update of /cvsroot/linuxconsole/ruby/linux/drivers/serial In directory usw-pr-cvs1:/tmp/cvs-serv2370/linux/drivers/serial Modified Files: Makefile Log Message: Oops. problems building a kernel without serial support. Fixed now. Index: Makefile =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/serial/Makefile,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- Makefile 1 Nov 2001 21:38:35 -0000 1.9 +++ Makefile 12 Apr 2002 21:19:31 -0000 1.10 @@ -11,7 +11,7 @@ # $Id$ # -O_TARGET := uart.o +O_TARGET := serial.o export-objs := serial_core.o serial_8250.o obj-y := |