aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/bluetooth/Makefile1
-rw-r--r--net/bluetooth/l2cap_core.c (renamed from net/bluetooth/l2cap.c)0
2 files changed, 1 insertions, 0 deletions
diff --git a/net/bluetooth/Makefile b/net/bluetooth/Makefile
index 250f954..bf2945e 100644
--- a/net/bluetooth/Makefile
+++ b/net/bluetooth/Makefile
@@ -11,3 +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
diff --git a/net/bluetooth/l2cap.c b/net/bluetooth/l2cap_core.c
index 28d2954..28d2954 100644
--- a/net/bluetooth/l2cap.c
+++ b/net/bluetooth/l2cap_core.c