mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
Hook up Bluetooth SCO sockets code to the build
MFC after: 3 months
This commit is contained in:
parent
48698a834c
commit
ecfcbb9f03
1 changed files with 2 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ SRCS= ng_btsocket.c \
|
|||
ng_btsocket_hci_raw.c \
|
||||
ng_btsocket_l2cap_raw.c \
|
||||
ng_btsocket_l2cap.c \
|
||||
ng_btsocket_rfcomm.c
|
||||
ng_btsocket_rfcomm.c \
|
||||
ng_btsocket_sco.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue