esp32: add classic sources

This commit is contained in:
Matthias Ringwald 2017-03-06 22:14:32 +01:00
parent 0c9c335123
commit 0d00e2a180

View File

@ -11,6 +11,7 @@ BTSTACK_ROOT := ../../..
COMPONENT_ADD_INCLUDEDIRS := \
$(BTSTACK_ROOT)/src/ble/gatt-service \
$(BTSTACK_ROOT)/src/ble \
$(BTSTACK_ROOT)/src/classic \
$(BTSTACK_ROOT)/src \
$(BTSTACK_ROOT)/platform/freertos \
. \
@ -18,6 +19,7 @@ COMPONENT_ADD_INCLUDEDIRS := \
COMPONENT_SRCDIRS := \
$(BTSTACK_ROOT)/src/ble/gatt-service \
$(BTSTACK_ROOT)/src/ble \
$(BTSTACK_ROOT)/src/classic \
$(BTSTACK_ROOT)/src/ \
$(BTSTACK_ROOT)/platform/freertos \
. \