X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fthreefish_small.mk;h=c8b32b2f809322a84f0bf60bddf7413343f422d8;hb=2bd3b1adfac19dfe2ef8eeb1d2f662d34c1a1844;hp=bdb04383f3a1b5b396f7f6f5ec7b08b7d7c5304b;hpb=6483e60140be5fe4ab60de85cdf679fc0518dc99;p=avr-crypto-lib.git diff --git a/mkfiles/threefish_small.mk b/mkfiles/threefish_small.mk index bdb0438..c8b32b2 100644 --- a/mkfiles/threefish_small.mk +++ b/mkfiles/threefish_small.mk @@ -5,6 +5,7 @@ ALGO_NAME := THREEFISH_SMALL BLOCK_CIPHERS += $(ALGO_NAME) $(ALGO_NAME)_DIR := skein/ +$(ALGO_NAME)_INCDIR := bcal/ $(ALGO_NAME)_OBJ := threefish256_enc_small.o threefish512_enc.o threefish1024_enc.o\ threefish_mix.o threefish_mix_4c.o threefish_invmix_c.o \ threefish256_dec.o threefish512_dec.o threefish1024_dec.o