]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/entropium.mk
backporting uart_i and cli
[avr-crypto-lib.git] / mkfiles / entropium.mk
index f6c16f6d706705f2e11fa8101a552d9b66cb5287..02ad75b7503610af00a4d73c1077c0970135e452 100644 (file)
@@ -5,8 +5,7 @@ ALGO_NAME := ENTROPIUM
 PRNGS += $(ALGO_NAME)
 
 $(ALGO_NAME)_OBJ      := entropium.o sha256-asm.o
-$(ALGO_NAME)_TEST_BIN := main-entropium-test.o debug.o uart.o hexdigit_tab.o  \
-                         cli.o string-extras.o performance_test.o
+$(ALGO_NAME)_TEST_BIN := main-entropium-test.o $(CLI_STD) performance_test.o
                          
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
 $(ALGO_NAME)_PERFORMANCE_TEST := "performance"