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/libusb include usb_verbose in the component...



details:   https://anonhg.NetBSD.org/src/rev/f4f3a5544b17
branches:  trunk
changeset: 759315:f4f3a5544b17
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sun Dec 05 16:51:00 2010 +0000

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

diffstat:

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

diffs (18 lines):

diff -r 8e155dc6c6bd -r f4f3a5544b17 sys/rump/dev/lib/libusb/Makefile
--- a/sys/rump/dev/lib/libusb/Makefile  Sun Dec 05 16:50:09 2010 +0000
+++ b/sys/rump/dev/lib/libusb/Makefile  Sun Dec 05 16:51:00 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index