Migrate makerom to modern mbedtls

This commit is contained in:
jakcron
2022-04-16 23:21:21 +08:00
parent 2118652df9
commit 82a3f7e8c7
4 changed files with 86 additions and 48 deletions
+2 -2
View File
@@ -24,8 +24,8 @@ ifeq ($(ROOT_PROJECT_NAME),)
endif
# Project Dependencies
PROJECT_DEPEND = mbedtls polarssl blz yaml
PROJECT_DEPEND_LOCAL_DIR = libmbedtls libpolarssl libblz libyaml
PROJECT_DEPEND = mbedtls blz yaml
PROJECT_DEPEND_LOCAL_DIR = libmbedtls libblz libyaml
# Generate compiler flags for including project include path
ifneq ($(PROJECT_INCLUDE_PATH),)