xref: /freebsd-13.1/sys/modules/usb/uep/Makefile (revision 26f3e847)
1# $FreeBSD$
2
3S=     ${SRCTOP}/sys
4
5.PATH: $S/dev/usb/input
6
7KMOD=	uep
8SRCS=	opt_bus.h opt_evdev.h opt_usb.h device_if.h bus_if.h usb_if.h \
9	vnode_if.h usbdevs.h uep.c
10
11.include <bsd.kmod.mk>
12