mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
hidmap: add missing opt_hid.h to module Makefile
Reported by: pstef
This commit is contained in:
parent
61860b0a48
commit
91e562169c
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
KMOD= hidmap
|
||||
SRCS= hidmap.c
|
||||
SRCS+= opt_hid.h
|
||||
SRCS+= bus_if.h device_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue