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