mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 21:55:41 +01:00
Add usage info of generate_psa_constants script
Signed-off-by: Hugues de Valon <hugues.devalon@arm.com>
This commit is contained in:
parent
235c72d3cb
commit
600cf9d142
@ -1,9 +1,14 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
"""Generate programs/psa/psa_constant_names_generated.c
|
"""Generate psa_constant_names_generated.c
|
||||||
which is included by programs/psa/psa_constant_names.c.
|
which is included by programs/psa/psa_constant_names.c.
|
||||||
The code generated by this module is only meant to be used in the context
|
The code generated by this module is only meant to be used in the context
|
||||||
of that program.
|
of that program.
|
||||||
|
|
||||||
|
An argument passed to this script will modify the output directory where the
|
||||||
|
file is written:
|
||||||
|
* by default (no arguments passed): writes to programs/psa/
|
||||||
|
* OUTPUT_FILE_DIR passed: writes to OUTPUT_FILE_DIR/
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
Loading…
Reference in New Issue
Block a user