X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fbigint.mk;h=57e1a1cce41b5ef7dad13ac24733bfe285022a7b;hb=701cee0d98aab48dd3192c8cc7c77eb42581bc56;hp=7e3a4b758ecd263457e29ebbd58cf8d876e193fc;hpb=c9c11514d91b8c19f77d65ac051b998bd99048b0;p=avr-crypto-lib.git diff --git a/mkfiles/bigint.mk b/mkfiles/bigint.mk index 7e3a4b7..57e1a1c 100644 --- a/mkfiles/bigint.mk +++ b/mkfiles/bigint.mk @@ -5,8 +5,9 @@ ALGO_NAME := BIGINT AUX += $(ALGO_NAME) $(ALGO_NAME)_DIR := bigint/ -$(ALGO_NAME)_OBJ := bigint.o bigint_io.o bigint_add_u.o -$(ALGO_NAME)_TEST_BIN := main-bigint-test.o $(CLI_STD) \ +$(ALGO_NAME)_INCDIR := memxor/ noekeon/ +$(ALGO_NAME)_OBJ := bigint-stub.o bigint_io.o bigint_asm.o +$(ALGO_NAME)_TESTBIN := main-bigint-test.o $(CLI_STD) \ performance_test.o noekeon_asm.o noekeon_prng.o memxor.o $(ALGO_NAME)_PERFORMANCE_TEST := performance