1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

hidmap: add missing opt_hid.h to module Makefile

Reported by:	pstef
MFC after:	2 weeks
This commit is contained in:
Vladimir Kondratyev 2021-04-14 22:55:52 +03:00
parent c8786bba8e
commit 8e84712d01

View File

@ -4,6 +4,7 @@
KMOD= hidmap
SRCS= hidmap.c
SRCS+= opt_hid.h
SRCS+= bus_if.h device_if.h
.include <bsd.kmod.mk>