From 91e562169c0b68b6034a67db1350008ff48e37de Mon Sep 17 00:00:00 2001 From: Vladimir Kondratyev Date: Wed, 14 Apr 2021 22:55:52 +0300 Subject: [PATCH] hidmap: add missing opt_hid.h to module Makefile Reported by: pstef --- sys/modules/hid/hidmap/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/modules/hid/hidmap/Makefile b/sys/modules/hid/hidmap/Makefile index 8e79f156d9d..00e7099b287 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