]> 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 dc2eadef3926f3ff0984d15528e8d7cd397e6951..eb2d9196bb9a2515bbd7cda7efdb77ca66ec2c0f 100644 (file)
@@ -6,8 +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 \
-                        performance_test.o
+                         nessie_hash_test.o nessie_common.o cli.o performance_test.o
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
 $(ALGO_NAME)_PEROFRMANCE_TEST := "performance"