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>
6 lines
294 B
Makefile
6 lines
294 B
Makefile
THIRDPARTY_INCLUDES+=-I$(THIRDPARTY_DIR)/p256-m/p256-m/include -I$(THIRDPARTY_DIR)/p256-m/p256-m/include/p256-m -I$(THIRDPARTY_DIR)/p256-m/p256-m_driver_interface
|
|
|
|
THIRDPARTY_CRYPTO_OBJECTS+= \
|
|
$(THIRDPARTY_DIR)/p256-m//p256-m_driver_entrypoints.o \
|
|
$(THIRDPARTY_DIR)/p256-m//p256-m/p256-m.o
|