mirror of
https://github.com/espressif/openthread.git
synced 2026-06-05 21:14:49 +00:00
c96e3b9504
This commit updates the in-tree version of MbedTLS to v3.6.0. Signed-off-by: Łukasz Duda <lukasz.duda@nordicsemi.no>
7 lines
337 B
Makefile
7 lines
337 B
Makefile
THIRDPARTY_INCLUDES+=-I$(THIRDPARTY_DIR)/everest/include -I$(THIRDPARTY_DIR)/everest/include/everest -I$(THIRDPARTY_DIR)/everest/include/everest/kremlib
|
|
|
|
THIRDPARTY_CRYPTO_OBJECTS+= \
|
|
$(THIRDPARTY_DIR)/everest/library/everest.o \
|
|
$(THIRDPARTY_DIR)/everest/library/x25519.o \
|
|
$(THIRDPARTY_DIR)/everest/library/Hacl_Curve25519_joined.o
|