]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/seed.mk
new hash function abstraction layer + shavs + dump util + ...
[avr-crypto-lib.git] / mkfiles / seed.mk
index 35724f239e9840e85166e8d3d788645632c276ef..25723b49d7ec78b33f6b063524b7086434d17ab7 100644 (file)
@@ -4,10 +4,10 @@ ALGO_NAME := SEED
 # comment out the following line for removement of SEED from the build process
 BLOCK_CIPHERS += $(ALGO_NAME)
 
-$(ALGO_NAME)_OBJ      := seed.o seed-asm.o
+$(ALGO_NAME)_OBJ      := seed-asm.o
 $(ALGO_NAME)_TEST_BIN := main-seed-test.o debug.o uart.o serial-tools.o \
                          nessie_bc_test.o nessie_common.o \
-                         cli.o performance_test.o
+                         cli.o string-extras.o performance_test.o
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
-$(ALGO_NAME)_PEROFRMANCE_TEST := "performance"
+$(ALGO_NAME)_PERFORMANCE_TEST := "performance"