From ecfcbb9f0376351e59850d6a6e528e4dd026cefd Mon Sep 17 00:00:00 2001 From: Maksim Yevmenkin Date: Wed, 30 Jul 2008 22:42:17 +0000 Subject: [PATCH] Hook up Bluetooth SCO sockets code to the build MFC after: 3 months --- sys/modules/netgraph/bluetooth/socket/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/modules/netgraph/bluetooth/socket/Makefile b/sys/modules/netgraph/bluetooth/socket/Makefile index 5342c2aaba8..38e90f5326f 100644 --- a/sys/modules/netgraph/bluetooth/socket/Makefile +++ b/sys/modules/netgraph/bluetooth/socket/Makefile @@ -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