# $FreeBSD: stable/7/sys/modules/u3g/Makefile 190268 2009-03-22 16:27:14Z n_hibma $

.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>
