summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authoremax <emax@FreeBSD.org>2008-07-30 22:42:17 +0000
committeremax <emax@FreeBSD.org>2008-07-30 22:42:17 +0000
commitf2946f01a91350849cf7cf4f44212f71c15d3140 (patch)
tree53929cfca36b60313c14b342b19cebf39f52cf57 /sys/modules
parentbb4c6de0cf336d006e41521cbbd4706f60a0dfe0 (diff)
downloadFreeBSD-src-f2946f01a91350849cf7cf4f44212f71c15d3140.zip
FreeBSD-src-f2946f01a91350849cf7cf4f44212f71c15d3140.tar.gz
Hook up Bluetooth SCO sockets code to the build
MFC after: 3 months
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/netgraph/bluetooth/socket/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/netgraph/bluetooth/socket/Makefile b/sys/modules/netgraph/bluetooth/socket/Makefile
index 5342c2a..38e90f5 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 <bsd.kmod.mk>
OpenPOWER on IntegriCloud