File tree Expand file tree Collapse file tree 5 files changed +8
-14
lines changed
ble/FEATURE_BLE/TARGET_NORDIC/TARGET_NORDIC_CORDIO/TARGET_NRF5x
mbedtls/FEATURE_CRYPTOCELL310 Expand file tree Collapse file tree 5 files changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ add_library(mbed-emac INTERFACE)
13
13
add_library (mbed-lorawan INTERFACE )
14
14
add_library (mbed-lwipstack INTERFACE )
15
15
add_library (mbed-mbedtls INTERFACE )
16
- add_library (mbed-mbedtls-cryptocell310 INTERFACE )
17
16
add_library (mbed-nanostack INTERFACE )
18
17
add_library (mbed-nanostack-coap_service INTERFACE )
19
18
add_library (mbed-nanostack-mbed_mesh_api INTERFACE )
Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ target_sources(mbed-ble-cordio
23
23
target_link_libraries (mbed-ble-cordio
24
24
INTERFACE
25
25
mbed-ble-cordio_ll
26
- mbed-mbedtls-cryptocell310
26
+ mbed-mbedtls
27
27
)
Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ endif()
7
7
8
8
add_subdirectory (binaries )
9
9
10
- target_include_directories (mbed-mbedtls-cryptocell310
10
+ target_include_directories (mbed-mbedtls
11
11
INTERFACE
12
12
.
13
13
./include
14
14
./include/cryptocell310
15
15
./include/cryptocell310/internal
16
16
)
17
17
18
- target_sources (mbed-mbedtls-cryptocell310
18
+ target_sources (mbed-mbedtls
19
19
INTERFACE
20
20
source /aes_alt.c
21
21
source /cc_internal.c
@@ -29,12 +29,7 @@ target_sources(mbed-mbedtls-cryptocell310
29
29
source /trng.c
30
30
)
31
31
32
- target_compile_definitions (mbed-mbedtls-cryptocell310
32
+ target_compile_definitions (mbed-mbedtls
33
33
INTERFACE
34
34
MBED_CONF_CRYPTOCELL310_PRESENT=1
35
35
)
36
-
37
- target_link_libraries (mbed-mbedtls-cryptocell310
38
- INTERFACE
39
- mbed-mbedtls
40
- )
Original file line number Diff line number Diff line change @@ -9,17 +9,17 @@ elseif(${MBED_TOOLCHAIN} STREQUAL "ARM")
9
9
set (LIBCC_310_TRNG TOOLCHAIN_ARM/libcc_310_trng.ar )
10
10
endif ()
11
11
12
- target_include_directories (mbed-mbedtls-cryptocell310
12
+ target_include_directories (mbed-mbedtls
13
13
INTERFACE
14
14
.
15
15
)
16
16
17
- target_sources (mbed-mbedtls-cryptocell310
17
+ target_sources (mbed-mbedtls
18
18
INTERFACE
19
19
crypto_device_platform.c
20
20
)
21
21
22
- target_link_libraries (mbed-mbedtls-cryptocell310
22
+ target_link_libraries (mbed-mbedtls
23
23
INTERFACE
24
24
${CMAKE_CURRENT_SOURCE_DIR} /${LIBCC_310_EXT}
25
25
${CMAKE_CURRENT_SOURCE_DIR} /${LIBCC_310_TRNG}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ elseif(${MBED_TOOLCHAIN} STREQUAL "ARM")
7
7
set (LIBCC_310_CORE TOOLCHAIN_ARM/libcc_310_core.ar )
8
8
endif ()
9
9
10
- target_link_libraries (mbed-mbedtls-cryptocell310
10
+ target_link_libraries (mbed-mbedtls
11
11
INTERFACE
12
12
${CMAKE_CURRENT_SOURCE_DIR} /${LIBCC_310_CORE}
13
13
)
You can’t perform that action at this time.
0 commit comments