]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/sha256.mk
modification to the build system
[avr-crypto-lib.git] / mkfiles / sha256.mk
index 0a2fe1c71994312f79d8d428f115e19155eb60c4..dcea21f2230b1677b2e1d944ddc1859ba55fd0a1 100644 (file)
@@ -6,8 +6,7 @@ HASHES += $(ALGO_NAME)
 
 $(ALGO_NAME)_OBJ      := sha256-asm.o
 $(ALGO_NAME)_TEST_BIN := main-sha256-test.o debug.o uart.o serial-tools.o \
-                         sha256-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"