1 # Makefile for HMAC-SHA256
2 ALGO_NAME := HMAC-SHA256
4 # comment out the following line for removement of HMAC-SHA256 from the build process
7 $(ALGO_NAME)_DIR := hmac-sha256/
8 $(ALGO_NAME)_INCDIR := sha256/
9 $(ALGO_NAME)_OBJ := hmac-sha256.o sha256-asm.o
10 $(ALGO_NAME)_TESTBIN := main-hmac-sha256-test.o $(CLI_STD) \
11 nessie_mac_test.o nessie_common.o
12 $(ALGO_NAME)_NESSIE_TEST := "nessie"
13 $(ALGO_NAME)_PERFORMANCE_TEST := "performance"