]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/bigint.mk
clean up
[avr-crypto-lib.git] / mkfiles / bigint.mk
index de7100e558f37f8891d4e58a66f2b046d9ee5c02..58d42c4c19737fc491b7cfe3d65bb888516527b3 100644 (file)
@@ -1,10 +1,11 @@
 # 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)_INCDIR   := memxor/ noekeon/
 $(ALGO_NAME)_OBJ      := bigint.o bigint_io.o bigint_add_u.o 
 $(ALGO_NAME)_TEST_BIN := main-bigint-test.o $(CLI_STD)  \
                          performance_test.o noekeon_asm.o noekeon_prng.o memxor.o