]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/bigint.mk
removed warnings and bugs
[avr-crypto-lib.git] / mkfiles / bigint.mk
index 7e3a4b758ecd263457e29ebbd58cf8d876e193fc..ede274b59bd2902bc5f72401fb27b986c0745eb0 100644 (file)
@@ -2,10 +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)_OBJ      := bigint.o bigint_io.o bigint_add_u.o 
+$(ALGO_NAME)_INCDIR   := memxor/ noekeon/
+$(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