1# $FreeBSD: stable/11/sys/modules/usb/uep/Makefile 319182 2017-05-30 04:11:12Z ngie $
2
3S=     ${SRCTOP}/sys
4
5.PATH: $S/dev/usb/input
6
7KMOD=	uep
8SRCS=	opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h vnode_if.h usbdevs.h \
9	uep.c
10
11.include <bsd.kmod.mk>
12