]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/hmac-sha256.mk
backporting uart_i and cli
[avr-crypto-lib.git] / mkfiles / hmac-sha256.mk
index 2dd2973254598f5c7230202e945010714d7b4694..ba221ab87d5b16d4b4005b077108479342872ffb 100644 (file)
@@ -5,8 +5,8 @@ ALGO_NAME := HMAC-SHA256
 MACS += $(ALGO_NAME)
 
 $(ALGO_NAME)_OBJ      := hmac-sha256.o sha256-asm.o
-$(ALGO_NAME)_TEST_BIN := main-hmac-sha256-test.o debug.o uart.o hexdigit_tab.o  \
-                         nessie_mac_test.o dbz_strings.o nessie_common.o cli.o string-extras.o
+$(ALGO_NAME)_TEST_BIN := main-hmac-sha256-test.o $(CLI_STD) \
+                         nessie_mac_test.o nessie_common.o
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
 $(ALGO_NAME)_PERFORMANCE_TEST := "performance"