mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-06 07:10:41 +00:00
0c847bcbe7
Apply Gilles suggestion to fix the problem with make on the CI when everest is enabled, i.e. use $(THIRDPARTY_DIR) instead of a fuzz specific hack involving $(THIRDPARTY_INCLUDES) Signed-off-by: Paul Elliott <paul.elliott@arm.com>
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
|