mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-09-25 08:26:31 +08:00

Changes: Added rom/md5_hash.h. Example code & sdkconfig.defaults changed for compatibility. Changed component.mk to enable compilation only for mbedtls.
12 lines
220 B
Makefile
12 lines
220 B
Makefile
#
|
|
# Component Makefile
|
|
#
|
|
|
|
COMPONENT_SRCDIRS :=
|
|
COMPONENT_ADD_INCLUDEDIRS :=
|
|
|
|
ifdef CONFIG_SSL_USING_MBEDTLS
|
|
COMPONENT_SRCDIRS := . lib
|
|
COMPONENT_ADD_INCLUDEDIRS := include
|
|
COMPONENT_PRIV_INCLUDEDIRS := lib/include
|
|
endif |