X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=hmac-sha256.mk;h=6d957b3b9cc5d183c1ab92d33c66a63e9824ab76;hb=2aee09dcaf731b4086e7cdb865ee77b2715ce751;hp=04e0f0a203e237b06011de06352be1111e5d1694;hpb=8537c7a0647b533f078af9c35bce533335c7556e;p=avr-crypto-lib.git diff --git a/hmac-sha256.mk b/hmac-sha256.mk index 04e0f0a..6d957b3 100644 --- a/hmac-sha256.mk +++ b/hmac-sha256.mk @@ -4,9 +4,9 @@ ALGO_NAME := HMAC-SHA256 # comment out the following line for removement of HMAC-SHA256 from the build process MACS += $(ALGO_NAME) -$(ALGO_NAME)_OBJ := hmac-sha256.o -$(ALGO_NAME)_TEST_BIN := main.o debug.o uart.o serial-tools.o sha256-asm.o \ - xtea-asm.o arcfour-asm.o prng.o cast5.o +$(ALGO_NAME)_OBJ := hmac-sha256.o sha256-asm.o +$(ALGO_NAME)_TEST_BIN := main-hmac-sha256-test.o debug.o uart.o serial-tools.o \ + hmac-sha256.o sha256-asm.o nessie_mac_test.o nessie_common.o $(ALGO_NAME)_NESSIE_TEST := "nessie" $(ALGO_NAME)_PEROFRMANCE_TEST := "performance"