Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5db18b0 + 067400c commit 135fbd6Copy full SHA for 135fbd6
components/ssl/component.mk
@@ -1,15 +1,16 @@
1
#
2
# Component Makefile
3
4
+
5
+ifdef CONFIG_SSL_USING_MBEDTLS
6
COMPONENT_ADD_INCLUDEDIRS := openssl/include
7
COMPONENT_PRIV_INCLUDEDIRS := openssl/include/internal openssl/include/openssl openssl/include/platform
8
9
COMPONENT_SRCDIRS := openssl/source/library openssl/source/platform
10
-ifdef CONFIG_SSL_USING_MBEDTLS
11
COMPONENT_ADD_INCLUDEDIRS += mbedtls/include
12
COMPONENT_SRCDIRS += mbedtls/source/library mbedtls/source/platform
13
else
-COMPONENT_ADD_INCLUDEDIRS += axtls/include
14
-COMPONENT_SRCDIRS += axtls/source/ssl axtls/source/crypto
+COMPONENT_ADD_INCLUDEDIRS := axtls/include
15
+COMPONENT_SRCDIRS := axtls/source/ssl axtls/source/crypto
16
endif
0 commit comments