2016-08-05 06:39:38 +00:00
|
|
|
#
|
|
|
|
# Component Makefile
|
2016-09-08 09:41:43 +00:00
|
|
|
#
|
|
|
|
|
2018-05-08 13:45:10 +00:00
|
|
|
COMPONENT_ADD_INCLUDEDIRS := port/include mbedtls/include
|
2016-08-05 06:39:38 +00:00
|
|
|
|
2018-05-08 13:45:10 +00:00
|
|
|
COMPONENT_SRCDIRS := mbedtls/library port
|
|
|
|
|
|
|
|
COMPONENT_OBJEXCLUDE := mbedtls/library/net_sockets.o
|
2018-05-14 08:07:18 +00:00
|
|
|
|
|
|
|
COMPONENT_SUBMODULES += mbedtls
|
|
|
|
|