aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Kondratyev <wulf@FreeBSD.org>2021-04-14 19:55:52 +0000
committerVladimir Kondratyev <wulf@FreeBSD.org>2021-04-14 20:05:59 +0000
commit8e84712d01eb150f57dfe2244cd0c09b756fe40c (patch)
treeaf537dde4583bffc578bb2f2b55042e2f2d779b7
parentc8786bba8ebb6092fa49199501483a0dc6c66a99 (diff)
downloadsrc-8e84712d01eb150f57dfe2244cd0c09b756fe40c.tar.gz
src-8e84712d01eb150f57dfe2244cd0c09b756fe40c.zip
hidmap: add missing opt_hid.h to module Makefile
Reported by: pstef MFC after: 2 weeks
-rw-r--r--sys/modules/hid/hidmap/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/hid/hidmap/Makefile b/sys/modules/hid/hidmap/Makefile
index 8e79f156d9d7..00e7099b287b 100644
--- a/sys/modules/hid/hidmap/Makefile
+++ b/sys/modules/hid/hidmap/Makefile
@@ -4,6 +4,7 @@
KMOD= hidmap
SRCS= hidmap.c
+SRCS+= opt_hid.h
SRCS+= bus_if.h device_if.h
.include <bsd.kmod.mk>