aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/kbdmux/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/kbdmux/Makefile')
-rw-r--r--sys/modules/kbdmux/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/kbdmux/Makefile b/sys/modules/kbdmux/Makefile
index 363343a87db1..03feb8fb8b5c 100644
--- a/sys/modules/kbdmux/Makefile
+++ b/sys/modules/kbdmux/Makefile
@@ -4,7 +4,8 @@
.PATH: ${.CURDIR}/../../dev/kbdmux
KMOD= kbdmux
-SRCS= kbdmux.c opt_compat.h opt_kbd.h opt_kbdmux.h bus_if.h device_if.h
+SRCS= kbdmux.c opt_compat.h opt_evdev.h opt_kbd.h opt_kbdmux.h bus_if.h \
+ device_if.h
.if !defined(KERNBUILDDIR)
opt_compat.h: