Module Name:    src
Committed By:   pooka
Date:           Sun Dec  5 16:51:00 UTC 2010

Modified Files:
        src/sys/rump/dev/lib/libusb: Makefile

Log Message:
include usb_verbose in the component (at least for the time being)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/rump/dev/lib/libusb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/rump/dev/lib/libusb/Makefile
diff -u src/sys/rump/dev/lib/libusb/Makefile:1.4 src/sys/rump/dev/lib/libusb/Makefile:1.5
--- src/sys/rump/dev/lib/libusb/Makefile:1.4	Mon Mar  8 10:24:37 2010
+++ src/sys/rump/dev/lib/libusb/Makefile	Sun Dec  5 16:51:00 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2010/03/08 10:24:37 pooka Exp $
+#	$NetBSD: Makefile,v 1.5 2010/12/05 16:51:00 pooka Exp $
 #
 
 .PATH:	${.CURDIR}/../../../../dev/usb
@@ -9,7 +9,7 @@
 IOCONF= USB.ioconf
 
 SRCS=	usb.c usbdi.c usbdi_util.c usb_mem.c usb_subr.c usb_quirks.c	\
-	uhub.c usbroothub_subr.c
+	uhub.c usbroothub_subr.c usb_verbose.c
 SRCS+=	usb_at_ugenhc.c
 .else
 SRCS=	dummy.c

Reply via email to