summaryrefslogtreecommitdiff
path: root/sys/modules/hid/hmt/Makefile
blob: 36d9068bc7a7721c9628d2a5e9061846782c4a0a (plain)
1
2
3
4
5
6
7
8
.PATH: ${SRCTOP}/sys/dev/hid

KMOD=	hmt
SRCS=	hmt.c
SRCS+=	opt_hid.h opt_kbd.h
SRCS+=	bus_if.h device_if.h

.include <bsd.kmod.mk>