mbedtls: M467: Fix H/W acceleration build (#348)

This fixes mbedtls M467 H/W acceleration build on migration to
Mbed CE.
pull/15530/head
ccli8 2024-09-20 00:06:24 +08:00 committed by GitHub
parent eca8047244
commit ac57d4cb97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -2,18 +2,18 @@
# SPDX-License-Identifier: Apache-2.0
target_include_directories(mbed-mbedtls
INTERFACE
PUBLIC
.
./aes
./ecp
./rsa
./sha
./gcm
./ccm
./ccm
)
target_sources(mbed-mbedtls
INTERFACE
PRIVATE
aes/aes_alt.c
ecp/crypto_ecc_hw.c
ecp/ecp_alt.c