]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/hmac-sha256.mk
modified structure
[avr-crypto-lib.git] / mkfiles / hmac-sha256.mk
index ba221ab87d5b16d4b4005b077108479342872ffb..4b25ea947d48dd10ce0e93dcdf400d82129e4089 100644 (file)
@@ -4,6 +4,7 @@ ALGO_NAME := HMAC-SHA256
 # comment out the following line for removement of HMAC-SHA256 from the build process
 MACS += $(ALGO_NAME)
 
+$(ALGO_NAME)_DIR      := hmac-sha256/
 $(ALGO_NAME)_OBJ      := hmac-sha256.o sha256-asm.o
 $(ALGO_NAME)_TEST_BIN := main-hmac-sha256-test.o $(CLI_STD) \
                          nessie_mac_test.o nessie_common.o