From 1297a40846da4e4566ea8b79a12d79cf93d31b38 Mon Sep 17 00:00:00 2001 From: Dong Heng Date: Sun, 8 Apr 2018 14:26:39 +0800 Subject: [PATCH] fix(component.mk): Fix component.mk error of some component --- components/axtls/component.mk | 2 +- components/cjson/component.mk | 2 +- components/espconn/component.mk | 2 +- components/freertos/component.mk | 2 +- components/nopoll/component.mk | 2 +- components/openssl/component.mk | 2 +- components/spiffs/component.mk | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/components/axtls/component.mk b/components/axtls/component.mk index afa93d44..e3d8fbb3 100644 --- a/components/axtls/component.mk +++ b/components/axtls/component.mk @@ -1,6 +1,6 @@ # # Component Makefile # -COMPONENT_ADD_INCLUDEDIRS := include/ssl +COMPONENT_ADD_INCLUDEDIRS += include/ssl COMPONENT_SRCDIRS := source/ssl source/crypto diff --git a/components/cjson/component.mk b/components/cjson/component.mk index b470ed48..4fe37f4f 100644 --- a/components/cjson/component.mk +++ b/components/cjson/component.mk @@ -1,6 +1,6 @@ # # Component Makefile # -COMPONENT_ADD_INCLUDEDIRS := include +COMPONENT_ADD_INCLUDEDIRS += include COMPONENT_SRCDIRS := library diff --git a/components/espconn/component.mk b/components/espconn/component.mk index b470ed48..4fe37f4f 100644 --- a/components/espconn/component.mk +++ b/components/espconn/component.mk @@ -1,6 +1,6 @@ # # Component Makefile # -COMPONENT_ADD_INCLUDEDIRS := include +COMPONENT_ADD_INCLUDEDIRS += include COMPONENT_SRCDIRS := library diff --git a/components/freertos/component.mk b/components/freertos/component.mk index b470ed48..4fe37f4f 100644 --- a/components/freertos/component.mk +++ b/components/freertos/component.mk @@ -1,6 +1,6 @@ # # Component Makefile # -COMPONENT_ADD_INCLUDEDIRS := include +COMPONENT_ADD_INCLUDEDIRS += include COMPONENT_SRCDIRS := library diff --git a/components/nopoll/component.mk b/components/nopoll/component.mk index 957dee84..bdcdfcc0 100644 --- a/components/nopoll/component.mk +++ b/components/nopoll/component.mk @@ -1,6 +1,6 @@ # # Component Makefile # -COMPONENT_ADD_INCLUDEDIRS := include/nopoll +COMPONENT_ADD_INCLUDEDIRS += include/nopoll COMPONENT_SRCDIRS := library diff --git a/components/openssl/component.mk b/components/openssl/component.mk index 96621774..0288cc0b 100644 --- a/components/openssl/component.mk +++ b/components/openssl/component.mk @@ -1,6 +1,6 @@ # # Component Makefile # -COMPONENT_ADD_INCLUDEDIRS := include/openssl include/internal include/platform +COMPONENT_ADD_INCLUDEDIRS += include/openssl include/internal include/platform COMPONENT_SRCDIRS := source/library source/platform diff --git a/components/spiffs/component.mk b/components/spiffs/component.mk index b470ed48..4fe37f4f 100644 --- a/components/spiffs/component.mk +++ b/components/spiffs/component.mk @@ -1,6 +1,6 @@ # # Component Makefile # -COMPONENT_ADD_INCLUDEDIRS := include +COMPONENT_ADD_INCLUDEDIRS += include COMPONENT_SRCDIRS := library