1 # Makefile for HMAC-SHA256
4 # comment out the following line for removement of HMAC-MD5 from the build process
7 $(ALGO_NAME)_OBJ := hmac-md5.o md5-asm.o
8 $(ALGO_NAME)_TEST_BIN := main-hmac-md5-test.o debug.o uart.o hexdigit_tab.o cli.o string-extras.o \
9 nessie_mac_test.o dbz_strings.o nessie_common.o base64_enc.o base64_dec.o
10 $(ALGO_NAME)_NESSIE_TEST := "nessie"
11 $(ALGO_NAME)_PERFORMANCE_TEST := "performance"