Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jul 2008 21:03:53 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 144571 for review
Message-ID:  <200807032103.m63L3r7C029794@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=144571

Change 144571 by hselasky@hselasky_laptop001 on 2008/07/03 21:03:18

	
	Looks like I forgot to commit the USB serial Makefile.

Affected files ...

.. //depot/projects/usb/src/sys/modules/usb2/serial/Makefile#2 edit

Differences ...

==== //depot/projects/usb/src/sys/modules/usb2/serial/Makefile#2 (text+ko) ====

@@ -1,0 +1,28 @@
+S=     ${.CURDIR}/../../..
+
+.PATH: $S/dev/usb2/serial
+
+KMOD=  usb2_serial
+SRCS= 
+SRCS+= bus_if.h usb2_if.h device_if.h vnode_if.h
+SRCS+= opt_usb.h opt_bus.h opt_compat.h
+SRCS+= usb2_serial.c
+
+SRCS+= uark2.c
+SRCS+= ubsa2.c
+SRCS+= ubser2.c
+SRCS+= uchcom2.c
+SRCS+= ucycom2.c
+SRCS+= ufoma2.c
+SRCS+= uftdi2.c
+SRCS+= ugensa2.c
+SRCS+= uipaq2.c
+SRCS+= ulpt2.c
+SRCS+= umct2.c
+SRCS+= umodem2.c
+SRCS+= umoscom2.c
+SRCS+= uplcom2.c
+SRCS+= uvisor2.c
+SRCS+= uvscom2.c
+
+.include <bsd.kmod.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807032103.m63L3r7C029794>