ccflags-y +=-I$(srctree)/include/drivers obj-$(CONFIG_BLUETOOTH_HCI_RAW) += hci_raw.o obj-$(CONFIG_BLUETOOTH_DEBUG) += log.o obj-$(CONFIG_BLUETOOTH_DEBUG_MONITOR) += monitor.o obj-$(CONFIG_BLUETOOTH_TINYCRYPT_ECC) += hci_ecc.o obj-$(CONFIG_BLUETOOTH_INTERNAL_STORAGE) += storage.o ifeq ($(CONFIG_BLUETOOTH_HCI_HOST),y) obj-y += uuid.o hci_core.o ifeq ($(CONFIG_BLUETOOTH_CONN),y) obj-y += conn.o l2cap.o att.o gatt.o ifeq ($(CONFIG_BLUETOOTH_SMP),y) obj-y += smp.o keys.o else obj-y += smp_null.o endif endif obj-$(CONFIG_BLUETOOTH_HOST_CRYPTO) += crypto.o endif obj-$(CONFIG_BLUETOOTH_BREDR) += keys_br.o l2cap_br.o sdp.o obj-$(CONFIG_BLUETOOTH_RFCOMM) += rfcomm.o obj-$(CONFIG_BLUETOOTH_HFP_HF) += at.o hfp_hf.o obj-$(CONFIG_BLUETOOTH_AVDTP) += avdtp.o obj-$(CONFIG_BLUETOOTH_A2DP) += a2dp.o