]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/skein.mk
new makefile and modified build process
[avr-crypto-lib.git] / mkfiles / skein.mk
index 537988ee18352799f61bd68009189b8bdf50213d..123e6a025253a2e730ae9280c0f41b4af7c4c224 100644 (file)
@@ -4,7 +4,7 @@ ALGO_NAME := SKEIN
 # comment out the following line for removement of Skein from the build process
 HASHES += $(ALGO_NAME)
 
-
+$(ALGO_NAME)_DIR      := skein/
 $(ALGO_NAME)_OBJ      := threefish_mix.o \
                          threefish256_enc_asm.o  ubi256_asm.o  skein256_asm.o \
                          threefish512_enc_asm.o  ubi512_asm.o  skein512_asm.o \