OVMS3-idf/components/mbedtls/component.mk

13 lines
216 B
Makefile
Raw Normal View History

2016-08-05 08:39:38 +02:00
#
# Component Makefile
#
COMPONENT_ADD_INCLUDEDIRS := port/include mbedtls/include
2016-08-05 08:39:38 +02:00
COMPONENT_SRCDIRS := mbedtls/library port
COMPONENT_OBJEXCLUDE := mbedtls/library/net_sockets.o
COMPONENT_SUBMODULES += mbedtls