diff --git a/sys/modules/hid/bcm5974/Makefile b/sys/modules/hid/bcm5974/Makefile --- a/sys/modules/hid/bcm5974/Makefile +++ b/sys/modules/hid/bcm5974/Makefile @@ -2,7 +2,7 @@ KMOD= bcm5974 SRCS= bcm5974.c -SRCS+= opt_hid.h opt_usb.h +SRCS+= opt_hid.h opt_kbd.h opt_usb.h SRCS+= bus_if.h device_if.h usbdevs.h .include diff --git a/sys/modules/hid/hcons/Makefile b/sys/modules/hid/hcons/Makefile --- a/sys/modules/hid/hcons/Makefile +++ b/sys/modules/hid/hcons/Makefile @@ -2,6 +2,7 @@ KMOD= hcons SRCS= hcons.c +SRCS+= opt_kbd.h SRCS+= bus_if.h device_if.h .include diff --git a/sys/modules/hid/hgame/Makefile b/sys/modules/hid/hgame/Makefile --- a/sys/modules/hid/hgame/Makefile +++ b/sys/modules/hid/hgame/Makefile @@ -2,6 +2,7 @@ KMOD= hgame SRCS= hgame.c +SRCS+= opt_kbd.h SRCS+= bus_if.h device_if.h .include diff --git a/sys/modules/hid/hidmap/Makefile b/sys/modules/hid/hidmap/Makefile --- a/sys/modules/hid/hidmap/Makefile +++ b/sys/modules/hid/hidmap/Makefile @@ -2,7 +2,7 @@ KMOD= hidmap SRCS= hidmap.c -SRCS+= opt_hid.h +SRCS+= opt_hid.h opt_kbd.h SRCS+= bus_if.h device_if.h EXPORT_SYMS= YES diff --git a/sys/modules/hid/hms/Makefile b/sys/modules/hid/hms/Makefile --- a/sys/modules/hid/hms/Makefile +++ b/sys/modules/hid/hms/Makefile @@ -2,7 +2,7 @@ KMOD= hms SRCS= hms.c -SRCS+= opt_hid.h +SRCS+= opt_hid.h opt_kbd.h SRCS+= bus_if.h device_if.h .include diff --git a/sys/modules/hid/hmt/Makefile b/sys/modules/hid/hmt/Makefile --- a/sys/modules/hid/hmt/Makefile +++ b/sys/modules/hid/hmt/Makefile @@ -2,7 +2,7 @@ KMOD= hmt SRCS= hmt.c -SRCS+= opt_hid.h +SRCS+= opt_hid.h opt_kbd.h SRCS+= bus_if.h device_if.h .include diff --git a/sys/modules/hid/hpen/Makefile b/sys/modules/hid/hpen/Makefile --- a/sys/modules/hid/hpen/Makefile +++ b/sys/modules/hid/hpen/Makefile @@ -2,6 +2,7 @@ KMOD= hpen SRCS= hpen.c +SRCS+= opt_kbd.h SRCS+= bus_if.h device_if.h usbdevs.h .include diff --git a/sys/modules/hid/hsctrl/Makefile b/sys/modules/hid/hsctrl/Makefile --- a/sys/modules/hid/hsctrl/Makefile +++ b/sys/modules/hid/hsctrl/Makefile @@ -2,6 +2,7 @@ KMOD= hsctrl SRCS= hsctrl.c +SRCS+= opt_kbd.h SRCS+= bus_if.h device_if.h .include diff --git a/sys/modules/hid/ietp/Makefile b/sys/modules/hid/ietp/Makefile --- a/sys/modules/hid/ietp/Makefile +++ b/sys/modules/hid/ietp/Makefile @@ -2,7 +2,7 @@ KMOD= ietp SRCS= ietp.c -SRCS+= opt_hid.h +SRCS+= opt_hid.h opt_kbd.h SRCS+= bus_if.h device_if.h .include diff --git a/sys/modules/hid/ps4dshock/Makefile b/sys/modules/hid/ps4dshock/Makefile --- a/sys/modules/hid/ps4dshock/Makefile +++ b/sys/modules/hid/ps4dshock/Makefile @@ -2,7 +2,7 @@ KMOD= ps4dshock SRCS= ps4dshock.c -SRCS+= opt_hid.h +SRCS+= opt_hid.h opt_kbd.h SRCS+= bus_if.h device_if.h usbdevs.h .include diff --git a/sys/modules/hid/xb360gp/Makefile b/sys/modules/hid/xb360gp/Makefile --- a/sys/modules/hid/xb360gp/Makefile +++ b/sys/modules/hid/xb360gp/Makefile @@ -2,6 +2,7 @@ KMOD= xb360gp SRCS= xb360gp.c +SRCS+= opt_kbd.h SRCS+= bus_if.h device_if.h opt_usb.h .include