Skip to content

Commit

Permalink
mbedtls: M467: Fix H/W acceleration build (#348)
Browse files Browse the repository at this point in the history
This fixes mbedtls M467 H/W acceleration build on migration to
Mbed CE.
  • Loading branch information
ccli8 authored Sep 19, 2024
1 parent eca8047 commit ac57d4c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac57d4c

Please sign in to comment.