aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2022-04-05 19:44:50 +0000
committerWarner Losh <imp@FreeBSD.org>2022-04-05 19:52:55 +0000
commit56cc89585d392d8c8f120b2e4b8faa7df236b4ea (patch)
tree366c24e15e47aab78fc117d9196c9f42b9c46bf8
parenta66a3994aa50c9290881de9883b2844f45d45450 (diff)
downloadsrc-56cc89585d392d8c8f120b2e4b8faa7df236b4ea.tar.gz
src-56cc89585d392d8c8f120b2e4b8faa7df236b4ea.zip
bcm5874: Add opt_usb.h for module dependency
Sponsored by: Netflix
-rw-r--r--sys/modules/hid/bcm5974/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/hid/bcm5974/Makefile b/sys/modules/hid/bcm5974/Makefile
index 13a17ec200df..d3bb863dbba1 100644
--- a/sys/modules/hid/bcm5974/Makefile
+++ b/sys/modules/hid/bcm5974/Makefile
@@ -4,7 +4,7 @@
KMOD= bcm5974
SRCS= bcm5974.c
-SRCS+= opt_hid.h
+SRCS+= opt_hid.h opt_usb.h
SRCS+= bus_if.h device_if.h usbdevs.h
.include <bsd.kmod.mk>