mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-03 02:56:35 +08:00

This is based on from esp-idf's esp-tls component. Latest commit ID on esp-idf: dec70a760120d3c6d1d63ac0257dce6a8561879c Some HTTP convenience APIs have been removed from esp-idf's esp-tls component while porting it ESP8266-RTOS-SDK due to non-availabilty of http_parser
8 lines
146 B
Makefile
8 lines
146 B
Makefile
ifdef CONFIG_SSL_USING_MBEDTLS
|
|
COMPONENT_SRCDIRS := .
|
|
COMPONENT_ADD_INCLUDEDIRS := .
|
|
else
|
|
COMPONENT_SRCDIRS :=
|
|
COMPONENT_ADD_INCLUDEDIRS :=
|
|
endif
|