Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/dev/wip/libusb include usbroothub_subr.c
details: https://anonhg.NetBSD.org/src/rev/c9186e3cdaeb
branches: trunk
changeset: 747786:c9186e3cdaeb
user: pooka <pooka%NetBSD.org@localhost>
date: Fri Oct 02 12:41:38 2009 +0000
description:
include usbroothub_subr.c
diffstat:
sys/rump/dev/wip/libusb/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 181751429a8e -r c9186e3cdaeb sys/rump/dev/wip/libusb/Makefile
--- a/sys/rump/dev/wip/libusb/Makefile Fri Oct 02 11:01:53 2009 +0000
+++ b/sys/rump/dev/wip/libusb/Makefile Fri Oct 02 12:41:38 2009 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.1 2009/10/01 21:46:31 pooka Exp $
+# $NetBSD: Makefile,v 1.2 2009/10/02 12:41:38 pooka Exp $
#
.PATH: ${.CURDIR}/../../../../dev/usb
LIB= rumpdev_usb
-# sys/kern
-SRCS= usb.c usbdi.c usbdi_util.c usb_mem.c usb_subr.c usb_quirks.c uhub.c
+SRCS= usb.c usbdi.c usbdi_util.c usb_mem.c usb_subr.c usb_quirks.c \
+ uhub.c usbroothub_subr.c
# XXX: doesn't belong here by a longshot, but it's the easy choice for now
SRCS+= bus_dma.c
Home |
Main Index |
Thread Index |
Old Index