mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-10-18 16:08:54 +03:00
Change unset of MBEDTLS config to more standard method
Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
@@ -1356,7 +1356,7 @@ component_test_tfm_config_no_p256m () {
|
|||||||
|
|
||||||
# Disable P256M driver, which is on by default, so that analyze_outcomes
|
# Disable P256M driver, which is on by default, so that analyze_outcomes
|
||||||
# can compare this test with test_tfm_config_p256m_driver_accel_ec
|
# can compare this test with test_tfm_config_p256m_driver_accel_ec
|
||||||
sed -i '/MBEDTLS_PSA_P256M_DRIVER_ENABLED/d' "$CRYPTO_CONFIG_H"
|
scripts/config.py -f "$CRYPTO_CONFIG_H" unset MBEDTLS_PSA_P256M_DRIVER_ENABLED
|
||||||
|
|
||||||
msg "build: TF-M config without p256m"
|
msg "build: TF-M config without p256m"
|
||||||
make CFLAGS='-Werror -Wall -Wextra -I../framework/tests/include/spe' tests
|
make CFLAGS='-Werror -Wall -Wextra -I../framework/tests/include/spe' tests
|
||||||
|
Reference in New Issue
Block a user