Add libmbedtls to makerom deps

This commit is contained in:
jakcron
2022-04-15 08:58:36 +08:00
parent d3f07c161f
commit c57f652854
166 changed files with 114377 additions and 2 deletions
+2 -2
View File
@@ -24,8 +24,8 @@ ifeq ($(ROOT_PROJECT_NAME),)
endif
# Project Dependencies
PROJECT_DEPEND = polarssl yaml
PROJECT_DEPEND_LOCAL_DIR = libpolarssl libyaml
PROJECT_DEPEND = mbedtls polarssl yaml
PROJECT_DEPEND_LOCAL_DIR = libmbedtls libpolarssl libyaml
# Generate compiler flags for including project include path
ifneq ($(PROJECT_INCLUDE_PATH),)