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