usb: gadget: r8a66597-udc: use dev_*() instead of printk()
[deliverable/linux.git] / net / bluetooth / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the Linux Bluetooth subsystem.
3#
4
5obj-$(CONFIG_BT) += bluetooth.o
1da177e4
LT
6obj-$(CONFIG_BT_RFCOMM) += rfcomm/
7obj-$(CONFIG_BT_BNEP) += bnep/
8obj-$(CONFIG_BT_CMTP) += cmtp/
9obj-$(CONFIG_BT_HIDP) += hidp/
10
0381101f 11bluetooth-y := af_bluetooth.o hci_core.o hci_conn.o hci_event.o mgmt.o hci_sock.o hci_sysfs.o lib.o
eb492e01 12bluetooth-$(CONFIG_BT_L2CAP) += l2cap_core.o l2cap_sock.o smp.o
64274518 13bluetooth-$(CONFIG_BT_SCO) += sco.o
This page took 0.539244 seconds and 5 git commands to generate.