aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/hid/Makefile
diff options
context:
space:
mode:
authorVladimir Kondratyev <wulf@FreeBSD.org>2020-10-12 19:52:29 +0000
committerVladimir Kondratyev <wulf@FreeBSD.org>2021-01-07 23:18:43 +0000
commitb93f6bfca34363f9c285e3e027fbfd4032b02b64 (patch)
treea1214fbc3dda13b26d4018485d00880d59f107f2 /sys/modules/hid/Makefile
parent08d88401754b335a549507b86d219c90a0fc7e13 (diff)
downloadsrc-b93f6bfca34363f9c285e3e027fbfd4032b02b64.tar.gz
src-b93f6bfca34363f9c285e3e027fbfd4032b02b64.zip
hid: Port ukbd to HID and attach to build
Reviewed by: hselasky Differential revision: https://reviews.freebsd.org/D27991
Diffstat (limited to 'sys/modules/hid/Makefile')
-rw-r--r--sys/modules/hid/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/hid/Makefile b/sys/modules/hid/Makefile
index 0d8e70449597..64451ed3bbb1 100644
--- a/sys/modules/hid/Makefile
+++ b/sys/modules/hid/Makefile
@@ -7,6 +7,7 @@ SUBDIR = \
SUBDIR += \
hconf \
+ hkbd \
hmt
.include <bsd.subdir.mk>