mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Build usbdevs.h
This commit is contained in:
parent
a5471e4ef4
commit
143a002e40
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ CFLAGS+= -I${.CURDIR}/../../../../netgraph/bluetooth/include \
|
|||
-I${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubt
|
||||
|
||||
KMOD= ng_ubt
|
||||
SRCS= ng_ubt.c bus_if.h device_if.h vnode_if.h opt_usb.h
|
||||
SRCS= ng_ubt.c bus_if.h device_if.h vnode_if.h opt_usb.h usbdevs.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ CFLAGS+= -I${.CURDIR}/../../../../netgraph/bluetooth/include \
|
|||
-I${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubtbcmfw
|
||||
|
||||
KMOD= ubtbcmfw
|
||||
SRCS= ubtbcmfw.c bus_if.h device_if.h vnode_if.h opt_usb.h
|
||||
SRCS= ubtbcmfw.c bus_if.h device_if.h vnode_if.h opt_usb.h usbdevs.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue