* improvements for cross-platform compiling * moved tactility-core to libs/ * splitup improvements * remove git/gitmodules from freertos * better platformbetter platform checks * added build scripts * delete mbedtls * re-add mbedtls * fixes and improvements * added pc build * simplify build scripts * revert build scrpit * updated builds * fix for pc * fix for pc * fix for build
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
|