From 0d00e2a1804e3567c2c3be3856702599c47b2ba2 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Mon, 6 Mar 2017 22:14:32 +0100 Subject: [PATCH] esp32: add classic sources --- port/esp32/main/component.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/port/esp32/main/component.mk b/port/esp32/main/component.mk index aa51d005f..bce3cea39 100644 --- a/port/esp32/main/component.mk +++ b/port/esp32/main/component.mk @@ -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 \ . \