diff --git a/Makefile b/Makefile index d111eccb98085e4bc1c9cd904d6aa92af9075fe3..26ef7f1483d2fa2083921ff02eeef51dafd6a95c 100644 --- a/Makefile +++ b/Makefile @@ -23,28 +23,6 @@ CSRCS += framework/api/bluetooth.c CSRCS += framework/api/bt_adapter.c CSRCS += framework/api/bt_device.c -ifeq ($(CONFIG_BLUETOOTH_A2DP_SINK), y) -CSRCS += framework/api/bt_a2dp_sink.c -endif #CONFIG_BLUETOOTH_A2DP_SINK -ifeq ($(CONFIG_BLUETOOTH_A2DP_SOURCE), y) -CSRCS += framework/api/bt_a2dp_source.c -endif #CONFIG_BLUETOOTH_A2DP_SOURCE -ifeq ($(CONFIG_BLUETOOTH_AVRCP_TARGET), y) -CSRCS += framework/api/bt_avrcp_target.c -endif #CONFIG_BLUETOOTH_AVRCP_TARGET -ifeq ($(CONFIG_BLUETOOTH_AVRCP_CONTROL), y) -CSRCS += framework/api/bt_avrcp_control.c -endif #CONFIG_BLUETOOTH_AVRCP_CONTROL -ifeq ($(CONFIG_BLUETOOTH_HFP_HF), y) -CSRCS += framework/api/bt_hfp_hf.c -endif #CONFIG_BLUETOOTH_HFP_HF -ifeq ($(CONFIG_BLUETOOTH_HFP_AG), y) -CSRCS += framework/api/bt_hfp_ag.c -endif #CONFIG_BLUETOOTH_HFP_AG -ifeq ($(CONFIG_BLUETOOTH_SPP), y) -CSRCS += framework/api/bt_spp.c -endif #CONFIG_BLUETOOTH_SPP -ifeq ($(CONFIG_BLUETOOTH_HID_DEVICE), y) CSRCS += framework/api/bt_hid_device.c endif #CONFIG_BLUETOOTH_HID_DEVICE ifeq ($(CONFIG_BLUETOOTH_GATT_CLIENT), y)