Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7-nhusb]: src/sys/rump/dev/lib/libusb Update for branch
details: https://anonhg.NetBSD.org/src/rev/4d91591113d7
branches: netbsd-7-nhusb
changeset: 801032:4d91591113d7
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Sep 14 09:21:37 2016 +0000
description:
Update for branch
diffstat:
sys/rump/dev/lib/libusb/Makefile | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diffs (31 lines):
diff -r c8669b7af456 -r 4d91591113d7 sys/rump/dev/lib/libusb/Makefile
--- a/sys/rump/dev/lib/libusb/Makefile Wed Sep 14 08:19:23 2016 +0000
+++ b/sys/rump/dev/lib/libusb/Makefile Wed Sep 14 09:21:37 2016 +0000
@@ -1,23 +1,22 @@
-# $NetBSD: Makefile,v 1.6 2011/01/31 00:10:06 christos Exp $
+# $NetBSD: Makefile,v 1.6.36.1 2016/09/14 09:21:37 skrll Exp $
#
.PATH: ${.CURDIR}/../../../../dev/usb
LIB= rumpdev_usb
+COMMENT=USB support
.if ${MACHINE} == "i386" || ${MACHINE} == "amd64"
IOCONF= USB.ioconf
+RUMP_COMPONENT=ioconf
SRCS= usb.c usbdi.c usbdi_util.c usb_mem.c usb_subr.c usb_quirks.c \
- uhub.c usbroothub_subr.c usb_verbose.c
-SRCS+= usb_at_ugenhc.c
+ uhub.c usbroothub.c usb_verbose.c
.else
SRCS= dummy.c
.endif
#CPPFLAGS+= -DUHUB_DEBUG
-CPPFLAGS+= -I${.CURDIR}/opt
-
.include <bsd.lib.mk>
.include <bsd.klinks.mk>
Home |
Main Index |
Thread Index |
Old Index