]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/shacal2enc.mk
fixing style, typos and uart
[avr-crypto-lib.git] / mkfiles / shacal2enc.mk
index 0265b10fe5efb480b038894dac157b215e1915f6..8d400faf4d634f8f81b008bf590fd8ebbf90a72c 100644 (file)
@@ -1,13 +1,14 @@
-# Makefile for present
+# Makefile for shacal2
 ALGO_NAME := SHACAL2ENC
 
-# comment out the following line for removement of present from the build process
+# comment out the following line for removement of shacal2 from the build process
 BLOCK_CIPHERS += $(ALGO_NAME)
 
-
+$(ALGO_NAME)_DIR      := shacal2/
+$(ALGO_NAME)_INCDIR   := sha256/ bcal/
 $(ALGO_NAME)_OBJ      := shacal2_enc.o sha256-asm.o
-$(ALGO_NAME)_TEST_BIN := main-shacal2_enc-test.o debug.o uart.o hexdigit_tab.o serial-tools.o \
-                         nessie_bc_test.o nessie_common.o cli.o string-extras.o performance_test.o 
+$(ALGO_NAME)_TESTBIN  := main-shacal2_enc-test.o $(CLI_STD) \
+                         nessie_bc_test.o nessie_common.o performance_test.o 
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
 $(ALGO_NAME)_PERFORMANCE_TEST := "performance"