git: 6d1f53109573 - stable/13 - MFC: bcm5874: Add opt_usb.h for module dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Apr 2023 09:48:34 UTC
The branch stable/13 has been updated by eugen: URL: https://cgit.FreeBSD.org/src/commit/?id=6d1f53109573abb651097121e896d1bb3f4b7b07 commit 6d1f53109573abb651097121e896d1bb3f4b7b07 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2022-04-05 19:44:50 +0000 Commit: Eugene Grosbein <eugen@FreeBSD.org> CommitDate: 2023-04-11 09:48:02 +0000 MFC: bcm5874: Add opt_usb.h for module dependency (cherry picked from commit 56cc89585d392d8c8f120b2e4b8faa7df236b4ea) --- 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>