X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fbigint.mk;h=ede274b59bd2902bc5f72401fb27b986c0745eb0;hb=d1181933dc28db92d787cf5604e2fc96ab0d8f9f;hp=58d42c4c19737fc491b7cfe3d65bb888516527b3;hpb=7b5401ab9ce23a5da1de8b6c7de3a1aa20ac4cf8;p=avr-crypto-lib.git diff --git a/mkfiles/bigint.mk b/mkfiles/bigint.mk index 58d42c4..ede274b 100644 --- a/mkfiles/bigint.mk +++ b/mkfiles/bigint.mk @@ -2,11 +2,11 @@ ALGO_NAME := BIGINT # comment out the following line for removement of BigInt from the build process -AUX += $(ALGO_NAME) +#AUX += $(ALGO_NAME) $(ALGO_NAME)_DIR := bigint/ $(ALGO_NAME)_INCDIR := memxor/ noekeon/ -$(ALGO_NAME)_OBJ := bigint.o bigint_io.o bigint_add_u.o +$(ALGO_NAME)_OBJ := bigint-stub.o bigint_io.o bigint_asm.o $(ALGO_NAME)_TEST_BIN := main-bigint-test.o $(CLI_STD) \ performance_test.o noekeon_asm.o noekeon_prng.o memxor.o