]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/des.mk
modification to the build system
[avr-crypto-lib.git] / mkfiles / des.mk
index 2cc8d7c6eb81603604628bfdb6ab4a9faae04b85..15c16ec2751153ece251a375874573fdf248ac06 100644 (file)
@@ -5,7 +5,7 @@ ALGO_NAME := DES
 BLOCK_CIPHERS += $(ALGO_NAME)
 
 $(ALGO_NAME)_OBJ      := des.o
-$(ALGO_NAME)_TEST_BIN := main-des-test.o debug.o uart.o serial-tools.o des.o \
+$(ALGO_NAME)_TEST_BIN := main-des-test.o debug.o uart.o serial-tools.o \
                          nessie_bc_test.o nessie_common.o cli.o performance_test.o
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
 $(ALGO_NAME)_PEROFRMANCE_TEST := "performance"