OVMS3-idf/components/mbedtls/component.mk

13 lines
227 B
Makefile
Raw Normal View History

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