Hook up Bluetooth SCO sockets code to the build

MFC after:	3 months
This commit is contained in:
Maksim Yevmenkin 2008-07-30 22:42:17 +00:00
parent 48698a834c
commit ecfcbb9f03

View file

@ -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>