]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - des.mk
arcfour got its own testsuit now + some modifications of the build process
[avr-crypto-lib.git] / des.mk
diff --git a/des.mk b/des.mk
index 6e37b7113f50a07ac8b9dcd9ad81718a2d26fd9f..f78040b83c80958240a31972bbcc301ab3fa3288 100644 (file)
--- a/des.mk
+++ b/des.mk
@@ -2,7 +2,7 @@
 ALGO_NAME := DES
 
 # comment out the following line for removement of DES from the build process
-BLOCK_CIPHERS := $(BLOCK_CIPHERS) $(ALGO_NAME)
+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