summaryrefslogtreecommitdiffstats
path: root/sys/modules/u3g/Makefile
blob: b2e1ffdfce8e8b4e26d8ba7f345dc597fc137dbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

.PATH: ${.CURDIR}/../../dev/usb

KMOD=	u3g
SRCS=	opt_usb.h opt_u3g.h \
	device_if.h bus_if.h \
	usbdevs.h \
	ucomvar.h \
	u3g.c 

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud