From ffa5898afe6840cae2794cb9d970fa57991d0242 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Mon, 10 Jul 2017 18:52:27 +0800 Subject: [PATCH] esp32: increase dir depth for include bodge --- component.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component.mk b/component.mk index 7643fd4..61754b5 100644 --- a/component.mk +++ b/component.mk @@ -1,4 +1,4 @@ -COMPONENT_ADD_INCLUDEDIRS := ../../../../../../../../../$(COMPONENT_BUILD_DIR)/include +COMPONENT_ADD_INCLUDEDIRS := ../../../../../../../../../../../../../../../../../../$(COMPONENT_BUILD_DIR)/include COMPONENT_OWNBUILDTARGET:= 1 -- 2.7.4