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

KMOD=	hgame
SRCS=	hgame.c
SRCS+=	opt_kbd.h
SRCS+=	bus_if.h device_if.h

.include <bsd.kmod.mk>