]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/seed_C.mk
backporting uart_i and cli
[avr-crypto-lib.git] / mkfiles / seed_C.mk
index 7ec687fd2936559d5d228df424c2bdbbcfd4f21a..14aa8ac75bb14d2d0d3b8b61ca09a29b64633086 100644 (file)
@@ -5,9 +5,8 @@ ALGO_NAME := SEED_C
 BLOCK_CIPHERS += $(ALGO_NAME)
 
 $(ALGO_NAME)_OBJ      := seed_C.o
-$(ALGO_NAME)_TEST_BIN := main-seed-test.o debug.o uart.o hexdigit_tab.o  \
-                         nessie_bc_test.o dbz_strings.o nessie_common.o \
-                         cli.o string-extras.o performance_test.o
+$(ALGO_NAME)_TEST_BIN := main-seed-test.o $(CLI_STD)  \
+                         nessie_bc_test.o nessie_common.o performance_test.o
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
 $(ALGO_NAME)_PERFORMANCE_TEST := "performance"