Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/dev/lib/libucom tty support is finally a standalone...



details:   https://anonhg.NetBSD.org/src/rev/30249d540b7e
branches:  trunk
changeset: 755656:30249d540b7e
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Jun 14 14:47:58 2010 +0000

description:
tty support is finally a standalone component

diffstat:

 sys/rump/dev/lib/libucom/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 53a22a0f61bd -r 30249d540b7e sys/rump/dev/lib/libucom/Makefile
--- a/sys/rump/dev/lib/libucom/Makefile Mon Jun 14 14:45:47 2010 +0000
+++ b/sys/rump/dev/lib/libucom/Makefile Mon Jun 14 14:47:58 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2010/03/01 15:41:15 pooka Exp $
+#      $NetBSD: Makefile,v 1.5 2010/06/14 14:47:58 pooka Exp $
 #
 
 .PATH: ${.CURDIR}/../../../../dev/usb ${.CURDIR}/../../../../kern
@@ -9,7 +9,6 @@
 SRCS=  ucom.c uplcom.c u3g.c
 
 SRCS+= ucom_at_usb.c
-SRCS+= tty.c tty_conf.c tty_tty.c tty_subr.c
 
 CPPFLAGS+=     -I${RUMPTOP}/librump/rumpvfs
 



Home | Main Index | Thread Index | Old Index