hidmap: add missing opt_hid.h to module Makefile

Reported by:	pstef
This commit is contained in:
Vladimir Kondratyev 2021-04-14 22:55:52 +03:00
parent 61860b0a48
commit 91e562169c

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>