aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/Makefile
diff options
context:
space:
mode:
authorGustavo F. Padovan <padovan@profusion.mobi>2011-02-03 20:50:35 -0200
committerGustavo F. Padovan <padovan@profusion.mobi>2011-02-08 01:43:30 -0200
commitbb58f747e519aba07a6f05a78d58cf8a0788e2d5 (patch)
treed65743650d5f1a164bbb709a8aa7df4b13250623 /net/bluetooth/Makefile
parent0a708f8fc46fde3be2116b8d79f7469a24097c90 (diff)
downloadkernel_samsung_smdk4412-bb58f747e519aba07a6f05a78d58cf8a0788e2d5.zip
kernel_samsung_smdk4412-bb58f747e519aba07a6f05a78d58cf8a0788e2d5.tar.gz
kernel_samsung_smdk4412-bb58f747e519aba07a6f05a78d58cf8a0788e2d5.tar.bz2
Bluetooth: Initial work for L2CAP split.
This patch tries to do the minimal to move l2cap_sock_create() and its dependencies to l2cap_sock.c. It create a API to initialize and cleanup the L2CAP sockets from l2cap_core.c through l2cap_init_sockets() and l2cap_cleanup_sockets(). Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'net/bluetooth/Makefile')
-rw-r--r--net/bluetooth/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/Makefile b/net/bluetooth/Makefile
index bf2945e..339b429 100644
--- a/net/bluetooth/Makefile
+++ b/net/bluetooth/Makefile
@@ -11,4 +11,4 @@ obj-$(CONFIG_BT_CMTP) += cmtp/
obj-$(CONFIG_BT_HIDP) += hidp/
bluetooth-y := af_bluetooth.o hci_core.o hci_conn.o hci_event.o mgmt.o hci_sock.o hci_sysfs.o lib.o
-l2cap-y := l2cap_core.o
+l2cap-y := l2cap_core.o l2cap_sock.o