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