aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/usb/uep/Makefile
blob: e7fb87517b341431cde7f722b97b6e2ed560d6d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10

S=     ${SRCTOP}/sys

.PATH: $S/dev/usb/input

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

.include <bsd.kmod.mk>