xref: /freebsd-13.1/sys/modules/hid/hidmap/Makefile (revision 83271c68)
1afd590d9SVladimir Kondratyev# $FreeBSD$
2afd590d9SVladimir Kondratyev
3afd590d9SVladimir Kondratyev.PATH: ${SRCTOP}/sys/dev/hid
4afd590d9SVladimir Kondratyev
5afd590d9SVladimir KondratyevKMOD=	hidmap
6afd590d9SVladimir KondratyevSRCS=	hidmap.c
791e56216SVladimir KondratyevSRCS+=	opt_hid.h
8afd590d9SVladimir KondratyevSRCS+=	bus_if.h device_if.h
9afd590d9SVladimir Kondratyev
10*83271c68SKonstantin BelousovEXPORT_SYMS=	YES
11*83271c68SKonstantin Belousov
12afd590d9SVladimir Kondratyev.include <bsd.kmod.mk>
13