Skip to content

Commit

Permalink
mbedtls: move to external module
Browse files Browse the repository at this point in the history
Use external module from https://github.com/zephyrproject-rtos/mbedtls

Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif committed Jun 11, 2019
1 parent 265b195 commit 6e27d6d
Show file tree
Hide file tree
Showing 179 changed files with 12 additions and 115,043 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ if(CONFIG_USERSPACE)
set(NEWLIB_PART -l libc.a z_libc_partition)
endif()
if(CONFIG_MBEDTLS)
set(MBEDTLS_PART -l libext__lib__crypto__mbedtls.a k_mbedtls_partition)
set(MBEDTLS_PART -l lib..__modules__crypto__mbedtls.a k_mbedtls_partition)
endif()

add_custom_command(
Expand Down
1 change: 0 additions & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@
/ext/hal/nxp/ @MaureenHelm
/ext/hal/st/ @erwango
/ext/hal/ti/simplelink/ @vanti
/ext/lib/crypto/mbedtls/ @nashif
/ext/lib/crypto/tinycrypt/ @ceolin
/include/adc.h @anangl
/include/app_memory/ @andrewboie
Expand Down
1 change: 0 additions & 1 deletion ext/lib/crypto/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
add_subdirectory_if_kconfig(tinycrypt)
add_subdirectory_ifdef(CONFIG_MBEDTLS mbedtls)
1 change: 0 additions & 1 deletion ext/lib/crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
menu "Cryptography"

source "ext/lib/crypto/tinycrypt/Kconfig"
source "ext/lib/crypto/mbedtls/Kconfig"

endmenu
117 changes: 0 additions & 117 deletions ext/lib/crypto/mbedtls/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit 6e27d6d

Please sign in to comment.