# $FreeBSD: head/sys/modules/usb/uep/Makefile 314651 2017-03-04 10:10:17Z ngie $

S=     ${SRCTOP}/sys

.PATH: $S/dev/usb/input

KMOD=	uep
SRCS=	opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h vnode_if.h usbdevs.h \
	uep.c

.include <bsd.kmod.mk>
