X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fbigint.mk;h=7e3a4b758ecd263457e29ebbd58cf8d876e193fc;hb=c9c11514d91b8c19f77d65ac051b998bd99048b0;hp=de7100e558f37f8891d4e58a66f2b046d9ee5c02;hpb=96e930bbd293d62d8a9d2b011eb958aee6840c42;p=avr-crypto-lib.git diff --git a/mkfiles/bigint.mk b/mkfiles/bigint.mk index de7100e..7e3a4b7 100644 --- a/mkfiles/bigint.mk +++ b/mkfiles/bigint.mk @@ -1,8 +1,8 @@ # 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