From 56cc89585d392d8c8f120b2e4b8faa7df236b4ea Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 5 Apr 2022 13:44:50 -0600 Subject: [PATCH] bcm5874: Add opt_usb.h for module dependency Sponsored by: Netflix --- sys/modules/hid/bcm5974/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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