mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-03 19:49:09 +08:00

Changes: Changed component.mk to enable only mbedtls based compilation. Removed esp_err_to_name occurence. Updated README.md. Shifted OTA examples to examples/system/ota. Changed the sdkconfig.defaults for the example compilation.
7 lines
150 B
Makefile
7 lines
150 B
Makefile
COMPONENT_SRCDIRS :=
|
|
COMPONENT_ADD_INCLUDEDIRS :=
|
|
|
|
ifdef CONFIG_SSL_USING_MBEDTLS
|
|
COMPONENT_SRCDIRS := src
|
|
COMPONENT_ADD_INCLUDEDIRS := include
|
|
endif |