]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/threefish.mk
clean up
[avr-crypto-lib.git] / mkfiles / threefish.mk
index f38cad10db2576ef950a186579e9c8a5df12c3f9..9364b6ddf8985600e27947b6f5ce4faa5635b0da 100644 (file)
@@ -5,6 +5,7 @@ ALGO_NAME := THREEFISH
 BLOCK_CIPHERS += $(ALGO_NAME)
 
 $(ALGO_NAME)_DIR      := skein/
+$(ALGO_NAME)_INCDIR   := bcal/
 $(ALGO_NAME)_OBJ      := threefish256_enc_asm.o threefish512_enc_asm.o threefish1024_enc_asm.o\
                          threefish_mix.o threefish_invmix.o \
                         threefish256_dec_asm.o threefish512_dec_asm.o threefish1024_dec_asm.o