mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-07 09:55:45 +00:00
esp32: add classic sources
This commit is contained in:
parent
0c9c335123
commit
0d00e2a180
@ -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 \
|
||||
. \
|
||||
|
Loading…
Reference in New Issue
Block a user