Commit 2321e8e
committed
Link mbed-mbedtls-cryptocell310 to mbed-mbedtls
The CMake definition for mbed-mbedtls-cryptocell310 is only visible
to targets that support this feature, so we should safely link it
to mbed-mbedtls.
This fixes a compilation error
fatal error: mbedtls_device.h: No such file or directory
when a CryptoCell 310 target (e.g. those inheriting MCU_NRF52840)
uses mbed-mbedtls.
Note: Other Mbed drivers in `connectivity/drivers/mbedtls` simply
adds includes and sources directly to mbed-mbedtls, but it is nice
to keep mbed-mbedtls-cryptocell310 as a separate component.1 parent 9d48bfe commit 2321e8e
File tree
1 file changed
+2
-2
lines changed- connectivity/drivers/mbedtls/FEATURE_CRYPTOCELL310
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
0 commit comments