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