3rdparty: Rename THIRDPARTY_OBJECTS
diff --git a/3rdparty/everest/Makefile.inc b/3rdparty/everest/Makefile.inc
index 7ca70ec..7aaa374 100644
--- a/3rdparty/everest/Makefile.inc
+++ b/3rdparty/everest/Makefile.inc
@@ -3,16 +3,16 @@
ifeq ($(EVEREST_ENABLED),0)
THIRDPARTY_INCLUDES+=-I../3rdparty/everest/include -I../3rdparty/everest/include/everest -I../3rdparty/everest/include/everest/kremlib
-THIRDPARTY_OBJECTS+= \
+THIRDPARTY_CRYPTO_OBJECTS+= \
../3rdparty/everest/library/everest.o \
../3rdparty/everest/library/x25519.o \
../3rdparty/everest/library/kremlib/FStar_UInt64_FStar_UInt32_FStar_UInt16_FStar_UInt8.o
ifeq ($(shell getconf LONG_BIT),64)
-THIRDPARTY_OBJECTS+=../3rdparty/everest/library/Hacl_Curve25519.o
+THIRDPARTY_CRYPTO_OBJECTS+=../3rdparty/everest/library/Hacl_Curve25519.o
else
CFLAGS+="-DKRML_VERIFIED_UINT128"
-THIRDPARTY_OBJECTS+=../3rdparty/everest/library/legacy/Hacl_Curve25519.o \
+THIRDPARTY_CRYPTO_OBJECTS+=../3rdparty/everest/library/legacy/Hacl_Curve25519.o \
../3rdparty/everest/library/kremlib/FStar_UInt128_extracted.o
endif
endif
diff --git a/library/Makefile b/library/Makefile
index 31c9208..8e27694 100644
--- a/library/Makefile
+++ b/library/Makefile
@@ -103,7 +103,7 @@
include ../3rdparty/Makefile.inc
LOCAL_CFLAGS+=$(THIRDPARTY_INCLUDES)
-OBJS_CRYPTO+=$(THIRDPARTY_OBJECTS)
+OBJS_CRYPTO+=$(THIRDPARTY_CRYPTO_OBJECTS)
.SILENT: