Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Apr 2022 19:56:02 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 56cc89585d39 - main - bcm5874: Add opt_usb.h for module dependency
Message-ID:  <202204051956.235Ju25R052535@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204051956.235Ju25R052535>