git: 56cc89585d39 - main - bcm5874: Add opt_usb.h for module dependency

From: Warner Losh <imp_at_FreeBSD.org>
Date: Tue, 05 Apr 2022 19:56:02 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=56cc89585d392d8c8f120b2e4b8faa7df236b4ea

commit 56cc89585d392d8c8f120b2e4b8faa7df236b4ea
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-04-05 19:44:50 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-04-05 19:52:55 +0000

    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 <bsd.kmod.mk>