1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-07 06:42:56 +03:00

Update path in build_psa_alt_headers component

This all.sh component specifies a path directly so needs editing to
point into the framework submodule.

Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
David Horstmann
2024-04-02 17:15:52 +01:00
parent ff0e6b067f
commit 63d9303672

View File

@@ -5546,7 +5546,7 @@ component_build_psa_alt_headers () {
# Generate alternative versions of the substitutable headers with the # Generate alternative versions of the substitutable headers with the
# same content except different include guards. # same content except different include guards.
make -C tests include/alt-extra/psa/crypto_platform_alt.h include/alt-extra/psa/crypto_struct_alt.h make -C tests ../framework/include/alt-extra/psa/crypto_platform_alt.h ../framework/include/alt-extra/psa/crypto_struct_alt.h
# Build the library and some programs. # Build the library and some programs.
# Don't build the fuzzers to avoid having to go through hoops to set # Don't build the fuzzers to avoid having to go through hoops to set