]> 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 5034854a09949f70dee0d2dadad8defb31ca8802..e2600d4094eb1d46ef1c2cc0cee11e712bfd5d2d 100644 (file)
@@ -1,14 +1,13 @@
 # Makefile for Skein
-ALGO_NAME := SHABAL_C
+ALGO_NAME := SHABAL
 
 # comment out the following line for removement of Skein from the build process
 HASHES += $(ALGO_NAME)
 
-
-$(ALGO_NAME)_OBJ      := shabal.o
-$(ALGO_NAME)_TEST_BIN := main-shabal-test.o debug.o uart.o hexdigit_tab.o  \
-                         dbz_strings.o nessie_common.o cli.o string-extras.o performance_test.o \
-                        nessie_hash_test.o hfal-basic.o hfal_shabal.o shavs.o
+$(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)
 $(ALGO_NAME)_NESSIE_TEST      := test nessie
 $(ALGO_NAME)_PERFORMANCE_TEST := performance