]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/shabal.mk
new makefile and modified build process
[avr-crypto-lib.git] / mkfiles / shabal.mk
index 15ed87561717cf2f717f58fe5b40bbb52648c99f..e2600d4094eb1d46ef1c2cc0cee11e712bfd5d2d 100644 (file)
@@ -4,7 +4,7 @@ ALGO_NAME := SHABAL
 # comment out the following line for removement of Skein from the build process
 HASHES += $(ALGO_NAME)
 
-
+$(ALGO_NAME)_DIR      := shabal/
 $(ALGO_NAME)_OBJ      := shabal-asm.o shabal192-asm.o shabal224-asm.o \
                          shabal256-asm.o shabal384-asm.o shabal512-asm.o
 $(ALGO_NAME)_TEST_BIN := main-shabal-test.o hfal_shabal.o $(CLI_STD) $(HFAL_STD)