]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/shacal2enc.mk
modyfied build process
[avr-crypto-lib.git] / mkfiles / shacal2enc.mk
diff --git a/mkfiles/shacal2enc.mk b/mkfiles/shacal2enc.mk
new file mode 100644 (file)
index 0000000..44ba529
--- /dev/null
@@ -0,0 +1,14 @@
+# Makefile for present
+ALGO_NAME := SHACAL2ENC
+
+# comment out the following line for removement of present from the build process
+BLOCK_CIPHERS += $(ALGO_NAME)
+
+
+$(ALGO_NAME)_OBJ      := shacal2_enc.o sha256-asm.o
+$(ALGO_NAME)_TEST_BIN := main-shacal2_enc-test.o debug.o uart.o serial-tools.o \
+                         nessie_bc_test.o nessie_common.o cli.o \
+                        performance_test.o shacal2_enc.o sha256-asm.o
+$(ALGO_NAME)_NESSIE_TEST      := "nessie"
+$(ALGO_NAME)_PEROFRMANCE_TEST := "performance"
+