aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/Makefile
diff options
context:
space:
mode:
authorAnderson Briglia <anderson.briglia@openbossa.org>2011-06-09 18:50:40 -0300
committerJaikumar Ganesh <jaikumar@google.com>2011-07-11 11:59:20 -0700
commit133e14c158da76cd047f592fb08b9619d746fd09 (patch)
tree3b1678324a5a03b526beae06f2a0c5ac39762aa1 /net/bluetooth/Makefile
parentd7649a5cab7bd3dc44327f3e3787923aebdd7a49 (diff)
downloadkernel_samsung_tuna-133e14c158da76cd047f592fb08b9619d746fd09.zip
kernel_samsung_tuna-133e14c158da76cd047f592fb08b9619d746fd09.tar.gz
kernel_samsung_tuna-133e14c158da76cd047f592fb08b9619d746fd09.tar.bz2
Bluetooth: Implement the first SMP commands
These simple commands will allow the SMP procedure to be started and terminated with a not supported error. This is the first step toward something useful. Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@openbossa.org> Signed-off-by: Anderson Briglia <anderson.briglia@openbossa.org> 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 f04fe9a..9b67f3d 100644
--- a/net/bluetooth/Makefile
+++ b/net/bluetooth/Makefile
@@ -9,5 +9,5 @@ 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
-bluetooth-$(CONFIG_BT_L2CAP) += l2cap_core.o l2cap_sock.o
+bluetooth-$(CONFIG_BT_L2CAP) += l2cap_core.o l2cap_sock.o smp.o
bluetooth-$(CONFIG_BT_SCO) += sco.o