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)
1313add_library (mbed-lorawan INTERFACE )
1414add_library (mbed-lwipstack INTERFACE )
1515add_library (mbed-mbedtls INTERFACE )
16- add_library (mbed-mbedtls-cryptocell310 INTERFACE )
1716add_library (mbed-nanostack INTERFACE )
1817add_library (mbed-nanostack-coap_service INTERFACE )
1918add_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
2323target_link_libraries (mbed-ble-cordio
2424 INTERFACE
2525 mbed-ble-cordio_ll
26- mbed-mbedtls-cryptocell310
26+ mbed-mbedtls
2727)
Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ endif()
77
88add_subdirectory (binaries)
99
10- target_include_directories (mbed-mbedtls-cryptocell310
10+ target_include_directories (mbed-mbedtls
1111 INTERFACE
1212 .
1313 ./include
1414 ./include /cryptocell310
1515 ./include /cryptocell310/internal
1616)
1717
18- target_sources (mbed-mbedtls-cryptocell310
18+ target_sources (mbed-mbedtls
1919 INTERFACE
2020 source /aes_alt.c
2121 source /cc_internal.c
@@ -29,12 +29,7 @@ target_sources(mbed-mbedtls-cryptocell310
2929 source /trng.c
3030)
3131
32- target_compile_definitions (mbed-mbedtls-cryptocell310
32+ target_compile_definitions (mbed-mbedtls
3333 INTERFACE
3434 MBED_CONF_CRYPTOCELL310_PRESENT=1
3535)
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")
99 set (LIBCC_310_TRNG TOOLCHAIN_ARM/libcc_310_trng.ar)
1010endif ()
1111
12- target_include_directories (mbed-mbedtls-cryptocell310
12+ target_include_directories (mbed-mbedtls
1313 INTERFACE
1414 .
1515)
1616
17- target_sources (mbed-mbedtls-cryptocell310
17+ target_sources (mbed-mbedtls
1818 INTERFACE
1919 crypto_device_platform.c
2020)
2121
22- target_link_libraries (mbed-mbedtls-cryptocell310
22+ target_link_libraries (mbed-mbedtls
2323 INTERFACE
2424 ${CMAKE_CURRENT_SOURCE_DIR} /${LIBCC_310_EXT}
2525 ${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")
77 set (LIBCC_310_CORE TOOLCHAIN_ARM/libcc_310_core.ar)
88endif ()
99
10- target_link_libraries (mbed-mbedtls-cryptocell310
10+ target_link_libraries (mbed-mbedtls
1111 INTERFACE
1212 ${CMAKE_CURRENT_SOURCE_DIR} /${LIBCC_310_CORE}
1313)
You can’t perform that action at this time.
0 commit comments