mirror of https://github.com/ARMmbed/mbed-os.git
mbedtls: M467: Fix H/W acceleration build (#348)
This fixes mbedtls M467 H/W acceleration build on migration to Mbed CE.pull/15530/head
parent
eca8047244
commit
ac57d4cb97
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue