From 6197cdf869368991f3e05239e3eba7c081237a0c Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Wed, 16 Oct 2024 10:45:38 +0200 Subject: [PATCH] Fix comment Signed-off-by: Ronald Cron --- .../builtin/include/mbedtls/config_adjust_test_accelerators.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tf-psa-crypto/drivers/builtin/include/mbedtls/config_adjust_test_accelerators.h b/tf-psa-crypto/drivers/builtin/include/mbedtls/config_adjust_test_accelerators.h index 98f0e367d..7d930427e 100644 --- a/tf-psa-crypto/drivers/builtin/include/mbedtls/config_adjust_test_accelerators.h +++ b/tf-psa-crypto/drivers/builtin/include/mbedtls/config_adjust_test_accelerators.h @@ -20,7 +20,7 @@ * drivers. All the built-in drivers and the transparent test drivers are * included in the build by starting from a full configuration (config.py full) * and defining PSA_CRYPTO_DRIVER_TEST when building - * (make -DPSA_CRYPTO_DRIVER_TEST ...). + * (make CFLAGS="-DPSA_CRYPTO_DRIVER_TEST ..."). * * The purpose of this header is to declare the transparent test drivers as * accelerators just after infering the built-in drivers