]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/sha1.mk
modification to the build system
[avr-crypto-lib.git] / mkfiles / sha1.mk
index d4c1b5a7705146a5f0ecc478b58c3f6123deb728..eb2d9196bb9a2515bbd7cda7efdb77ca66ec2c0f 100644 (file)
@@ -6,7 +6,7 @@ HASHES += $(ALGO_NAME)
 
 $(ALGO_NAME)_OBJ      := sha1-asm.o
 $(ALGO_NAME)_TEST_BIN := main-sha1-test.o debug.o uart.o serial-tools.o \
-                         sha1-asm.o nessie_hash_test.o nessie_common.o cli.o 
+                         nessie_hash_test.o nessie_common.o cli.o performance_test.o
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
 $(ALGO_NAME)_PEROFRMANCE_TEST := "performance"