1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-25 17:00:13 -04:00

13 lines
227 B
Makefile
Raw Normal View History

2016-08-05 14:39:38 +08:00
#
# Component Makefile
#
COMPONENT_ADD_INCLUDEDIRS := port/include mbedtls/include
2016-08-05 14:39:38 +08:00
2019-03-25 14:15:14 +08:00
COMPONENT_SRCDIRS := mbedtls/library port port/esp32
COMPONENT_OBJEXCLUDE := mbedtls/library/net_sockets.o
COMPONENT_SUBMODULES += mbedtls