Skip to content

Commit ac57d4c

Browse files
authored
mbedtls: M467: Fix H/W acceleration build (#348)
This fixes mbedtls M467 H/W acceleration build on migration to Mbed CE.
1 parent eca8047 commit ac57d4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

connectivity/drivers/mbedtls/TARGET_NUVOTON/TARGET_M460/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
target_include_directories(mbed-mbedtls
5-
INTERFACE
5+
PUBLIC
66
.
77
./aes
88
./ecp
99
./rsa
1010
./sha
1111
./gcm
12-
./ccm
12+
./ccm
1313
)
1414

1515
target_sources(mbed-mbedtls
16-
INTERFACE
16+
PRIVATE
1717
aes/aes_alt.c
1818
ecp/crypto_ecc_hw.c
1919
ecp/ecp_alt.c

0 commit comments

Comments
 (0)