]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/twister.mk
new makefile and modified build process
[avr-crypto-lib.git] / mkfiles / twister.mk
index f6196ef4a41feca960005bc3cc429b530582b2fc..758f33cdb4fe07c4ae2862a4c6c5a27819c486b4 100644 (file)
@@ -4,6 +4,7 @@ ALGO_NAME := TWISTER
 # comment out the following line for removement of TWISTER from the build process
 HASHES += $(ALGO_NAME)
 
+$(ALGO_NAME)_DIR      := twister/
 $(ALGO_NAME)_OBJ      := twister-small-asm.o twister-large-asm.o twister-asm.o \
                          twister224.o twister256.o twister384.o twister512.o
 $(ALGO_NAME)_TEST_BIN := main-twister-test.o hfal_twister224.o hfal_twister256.o \