Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108681884
D47830.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
3 KB
Referenced Files
None
Subscribers
None
D47830.diff
View Options
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 <bsd.kmod.mk>
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 <bsd.kmod.mk>
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 <bsd.kmod.mk>
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 <bsd.kmod.mk>
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 <bsd.kmod.mk>
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 <bsd.kmod.mk>
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 <bsd.kmod.mk>
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 <bsd.kmod.mk>
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 <bsd.kmod.mk>
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 <bsd.kmod.mk>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 28, 7:01 AM (4 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16257415
Default Alt Text
D47830.diff (3 KB)
Attached To
Mode
D47830: Fix various opt_kbd.h related built error in hid module
Attached
Detach File
Event Timeline
Log In to Comment