Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 97e8b1c

Browse files
butokd3zd3z
authored andcommittedFeb 9, 2024
Crypto: Add FPU flags for p256m
Add FPU flags for p256m. Signed-off-by: Summer Qin <[email protected]> Change-Id: I4ed6f6ac7c1f52fb5ced18f0006dd3eb7a6a7359
1 parent 58d0b53 commit 97e8b1c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎secure_fw/partitions/crypto/CMakeLists.txt

+6
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,12 @@ target_include_directories(${MBEDTLS_TARGET_PREFIX}p256m
208208
.
209209
)
210210

211+
# FPU flags for p256m
212+
target_compile_options(${MBEDTLS_TARGET_PREFIX}p256m
213+
PRIVATE
214+
${COMPILER_CP_FLAG}
215+
)
216+
211217
target_link_libraries(${MBEDTLS_TARGET_PREFIX}mbedcrypto
212218
PRIVATE
213219
psa_interface

0 commit comments

Comments
 (0)
Please sign in to comment.