]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - xtea.mk
arcfour got its own testsuit now + some modifications of the build process
[avr-crypto-lib.git] / xtea.mk
diff --git a/xtea.mk b/xtea.mk
index 8d353770d4c5e108aa8fa86f485cd1047d3b62b1..e2df69ee403e5c09dd15971f10e293950ff0296a 100644 (file)
--- a/xtea.mk
+++ b/xtea.mk
@@ -2,7 +2,7 @@
 ALGO_NAME := XTEA
 
 # comment out the following line for removement of XTEA from the build process
-BLOCK_CIPHERS := $(BLOCK_CIPHERS) $(ALGO_NAME)
+BLOCK_CIPHERS += $(ALGO_NAME)
 
 $(ALGO_NAME)_OBJ      := xtea-asm.o
 $(ALGO_NAME)_TEST_BIN := main.o debug.o uart.o serial-tools.o sha256-asm.o \