mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
bcm5874: Add opt_usb.h for module dependency
Sponsored by: Netflix
This commit is contained in:
parent
a66a3994aa
commit
56cc89585d
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue