feat(mbedtls): Add component.mk for mbedtls

This commit is contained in:
Dong Heng
2018-04-04 17:19:05 +08:00
committed by Wu Jian Gang
parent 820d63fb56
commit eda0b0e474
4 changed files with 8 additions and 140 deletions

View File

@ -0,0 +1,8 @@
#
# Component Makefile
#
COMPONENT_ADD_INCLUDEDIRS += include/mbedtls
COMPONENT_SRCDIRS += source/library source/platform
CFLAGS += -DMBEDTLS_CONFIG_FILE='"config_esp.h"'