From 05111bbde70a6a3aeb5538b2f7ca78eeca9ce9ad Mon Sep 17 00:00:00 2001 From: me-no-dev Date: Thu, 5 Jul 2018 14:27:17 +0200 Subject: [PATCH] fix case where library source subfolders are not compiled when used as component --- component.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component.mk b/component.mk index 15d50c00..1b940ea3 100644 --- a/component.mk +++ b/component.mk @@ -1,4 +1,4 @@ -ARDUINO_CORE_LIBS := $(patsubst $(COMPONENT_PATH)/%,%,$(sort $(dir $(wildcard $(COMPONENT_PATH)/libraries/*/*/)))) +ARDUINO_CORE_LIBS := $(patsubst $(COMPONENT_PATH)/%,%,$(sort $(dir $(wildcard $(COMPONENT_PATH)/libraries/*/*/*/)))) COMPONENT_ADD_INCLUDEDIRS := cores/esp32 variants/esp32 $(ARDUINO_CORE_LIBS) COMPONENT_PRIV_INCLUDEDIRS := cores/esp32/libb64