diff options
author | Vladimir Kondratyev <wulf@FreeBSD.org> | 2021-01-20 20:10:07 +0000 |
---|---|---|
committer | Vladimir Kondratyev <wulf@FreeBSD.org> | 2021-01-20 20:10:07 +0000 |
commit | 5cc21ab9949a189c809285823dbb6eadde6c6864 (patch) | |
tree | 6c26e867193085a19fae5214ece6199f2643bf3c /sys/modules/hid | |
parent | 3e954a8bc64ebc21893eedba0f2f1159c242c9b6 (diff) |
hmt: Allow I2C sampling mode support to be compiled out.
Diffstat (limited to 'sys/modules/hid')
-rw-r--r-- | sys/modules/hid/hmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/hid/hmt/Makefile b/sys/modules/hid/hmt/Makefile index f6bed08d439d..975c94fa0b88 100644 --- a/sys/modules/hid/hmt/Makefile +++ b/sys/modules/hid/hmt/Makefile @@ -4,6 +4,7 @@ KMOD= hmt SRCS= hmt.c +SRCS+= opt_hid.h SRCS+= bus_if.h device_if.h .include <bsd.kmod.mk> |