]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/sha1.mk
modified structure
[avr-crypto-lib.git] / mkfiles / sha1.mk
index 45df051cacb76c2f3a2ac01f7bc59689762657bd..c986aeb00501147c0fe46722a7ad9f6fdb484143 100644 (file)
@@ -4,6 +4,7 @@ ALGO_NAME := SHA1
 # comment out the following line for removement of SHA1 from the build process
 HASHES += $(ALGO_NAME)
 
+$(ALGO_NAME)_DIR      := sha1/
 $(ALGO_NAME)_OBJ      := sha1-asm.o
 $(ALGO_NAME)_TEST_BIN := main-sha1-test.o hfal_sha1.o $(CLI_STD) $(HFAL_STD) dump-decl.o dump-asm.o 
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"