mirror of https://github.com/ARMmbed/mbed-os.git
add needed crypto macros to secure side
parent
774294d1e2
commit
d1aff16cd6
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "tfm_build",
|
"name": "tfm_build",
|
||||||
"requires" : ["psa-services", "tfm", "tfm-s", "psa"],
|
"requires" : ["psa-services", "tfm", "tfm-s", "psa"],
|
||||||
|
"macros": ["MBEDTLS_CIPHER_MODE_CTR", "MBEDTLS_CMAC_C"],
|
||||||
"artifact_name": "tfm"
|
"artifact_name": "tfm"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue