[zep noup] Do not install by default Mbed TLS includes in interface dir
This is required because upstream Zephyr is now using Mbed TLS 4.x and adding Mbed TLS 3.6.5 includes (which is what it being used in this version of TF-M) would create conflicts due to mixing of versions.
CMake variable TFM_INSTALL_MBEDTLS_HEADERS (default OFF) is added to control this behavior when TF-M CMake is called. There are tests in Zephyr which use TF-M NS application and not the standard Zephyr one and they need Mbed TLS headers to be installed.
Once TF-M will be bumped to v2.3 this commit can be discarded.
Signed-off-by: Valerio Setti vsetti@baylibre.com
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
This repository is Zephyr’s fork of Trusted Firmware-M.
It follows the commit tagging and synchronization guidelines described here.