commit | 561f220686f89f8da1e69799531d22bf52b691e4 | [log] [tgz] |
---|---|---|
author | Robert Lubos <robert.lubos@nordicsemi.no> | Wed Jul 26 14:33:10 2023 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Aug 02 10:38:11 2023 +0200 |
tree | 218d51c2c22a33e6926a65d67e49cf4cd12d6e74 | |
parent | f602c7277321b03001e4d07c64a614134ea9b0ff [diff] |
modules: uoscore-uedhoc: Make the library build with TFM Following the same pattern as in the other libraries/samples, add TFM include directory explicitly when building uoscore library, to mitigate the problem of redefined header files in TFM. When TFM is enabled, headers from TFM should be used, not mbed TLS ones. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>