Migrate mbedtls to support board ok1052-c.

Signed-off-by: Ruoqing He <farronwatcher@outlook.com>
This commit is contained in:
Ruoqing He
2022-08-19 21:37:40 -07:00
parent 8eca1f72ff
commit 4167f1f0f9
119 changed files with 101039 additions and 0 deletions
+4
View File
@@ -20,5 +20,9 @@ ifeq ($(CONFIG_CRYPTO),y)
SRC_DIR += security
endif
ifeq ($(CONFIG_MBEDTLS), y)
SRC_DIR += security
endif
include $(KERNEL_ROOT)/compiler.mk