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>
5 lines
294 B
Makefile
5 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
|