X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;ds=sidebyside;f=mkfiles%2Fbigint.mk;h=57e1a1cce41b5ef7dad13ac24733bfe285022a7b;hb=844f84ce4ba776bf5320b2e92db8b3a9e4d0d6d9;hp=de7100e558f37f8891d4e58a66f2b046d9ee5c02;hpb=eb09a2a6f447833e3cf73a71fc0113f84d51f41b;p=avr-crypto-lib.git diff --git a/mkfiles/bigint.mk b/mkfiles/bigint.mk index de7100e..57e1a1c 100644 --- a/mkfiles/bigint.mk +++ b/mkfiles/bigint.mk @@ -1,12 +1,13 @@ # Makefile for BigInt ALGO_NAME := BIGINT -# comment out the following line for removement of base64 from the build process -ENCODINGS += $(ALGO_NAME) +# comment out the following line for removement of BigInt from the build process +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