]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/hmac-sha256.mk
modifying some nessie test suits (mac & hash) to use less RAM
[avr-crypto-lib.git] / mkfiles / hmac-sha256.mk
index adfe48cb31e83c8ba532e3015c035b1502059e17..871444087c40b23e1ec25e7782a07543558b017f 100644 (file)
@@ -6,7 +6,7 @@ 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 serial-tools.o \
-                         nessie_mac_test.o nessie_common.o cli.o string-extras.o
+                         nessie_mac_test.o dbz_strings.o nessie_common.o cli.o string-extras.o
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
 $(ALGO_NAME)_PERFORMANCE_TEST := "performance"