X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fskein.mk;fp=mkfiles%2Fskein.mk;h=123e6a025253a2e730ae9280c0f41b4af7c4c224;hb=4f50c75ee5a6cc88bf7ea71957ed509e298e6c25;hp=537988ee18352799f61bd68009189b8bdf50213d;hpb=7701e318e4e2bac7f84dbf6e368f1501814948fc;p=avr-crypto-lib.git diff --git a/mkfiles/skein.mk b/mkfiles/skein.mk index 537988e..123e6a0 100644 --- a/mkfiles/skein.mk +++ b/mkfiles/skein.mk @@ -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 \