mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-31 23:40:00 +00:00
(Reapplying changes as one commit on top of development post codestyle change instead of rewriting old branch) Signed-off-by: Aditya Deshpande <[email protected]>
6 lines
264 B
Makefile
6 lines
264 B
Makefile
THIRDPARTY_INCLUDES+=-I../3rdparty/p256-m/p256-m/include -I../3rdparty/p256-m/p256-m/include/p256-m -I../3rdparty/p256-m/p256-m_driver_interface
|
|
|
|
THIRDPARTY_CRYPTO_OBJECTS+= \
|
|
../3rdparty/p256-m//p256-m_driver_entrypoints.o \
|
|
../3rdparty/p256-m//p256-m/p256-m.o
|