2005-04-16 22:20:36 +00:00
|
|
|
#
|
|
|
|
# Makefile for the Linux Bluetooth subsystem.
|
|
|
|
#
|
|
|
|
|
|
|
|
obj-$(CONFIG_BT) += bluetooth.o
|
|
|
|
obj-$(CONFIG_BT_RFCOMM) += rfcomm/
|
|
|
|
obj-$(CONFIG_BT_BNEP) += bnep/
|
|
|
|
obj-$(CONFIG_BT_CMTP) += cmtp/
|
|
|
|
obj-$(CONFIG_BT_HIDP) += hidp/
|
|
|
|
|
2010-12-07 22:21:06 +00:00
|
|
|
bluetooth-y := af_bluetooth.o hci_core.o hci_conn.o hci_event.o mgmt.o hci_sock.o hci_sysfs.o lib.o
|
2011-02-07 22:08:52 +00:00
|
|
|
bluetooth-$(CONFIG_BT_L2CAP) += l2cap_core.o l2cap_sock.o
|
|
|
|
bluetooth-$(CONFIG_BT_SCO) += sco.o
|