# # Makefile for the Linux Bluetooth subsystem. # obj-$([31mCONFIG_BT[0m) += bluetooth.o obj-$([31mCONFIG_BT_RFCOMM[0m) += rfcomm/ obj-$([31mCONFIG_BT_BNEP[0m) += bnep/ obj-$([31mCONFIG_BT_CMTP[0m) += cmtp/ obj-$([31mCONFIG_BT_HIDP[0m) += hidp/ obj-$([31mCONFIG_BT_6LOWPAN[0m) += bluetooth_6lowpan.o bluetooth_6lowpan-y := 6lowpan.o bluetooth-y := af_bluetooth.o hci_core.o hci_conn.o hci_event.o mgmt.o \ hci_sock.o hci_sysfs.o l2cap_core.o l2cap_sock.o smp.o lib.o \ ecc.o hci_request.o mgmt_util.o bluetooth-$([31mCONFIG_BT_BREDR[0m) += sco.o bluetooth-$([31mCONFIG_BT_HS[0m) += a2mp.o amp.o bluetooth-$([31mCONFIG_BT_LEDS[0m) += leds.o bluetooth-$([31mCONFIG_BT_DEBUGFS[0m) += hci_debugfs.o bluetooth-$([31mCONFIG_BT_SELFTEST[0m) += selftest.o |