]> git.cryptolib.org Git - arm-crypto-lib.git/blobdiff - mkfiles/camellia_c.mk
forgotten file (a lot of them)
[arm-crypto-lib.git] / mkfiles / camellia_c.mk
diff --git a/mkfiles/camellia_c.mk b/mkfiles/camellia_c.mk
new file mode 100644 (file)
index 0000000..2c82fe2
--- /dev/null
@@ -0,0 +1,14 @@
+# Makefile for camellia
+ALGO_NAME := CAMELLIA_C
+
+# comment out the following line for removement of serpent from the build process
+BLOCK_CIPHERS += $(ALGO_NAME)
+
+$(ALGO_NAME)_DIR      := camellia/
+$(ALGO_NAME)_INCDIR   := bcal/
+$(ALGO_NAME)_OBJ      := camellia_C.o
+$(ALGO_NAME)_TESTBIN  := main-camellia-test.o $(CLI_STD) $(BCAL_STD)  \
+                        bcal_camellia128.o
+$(ALGO_NAME)_NESSIE_TEST      := "nessie"
+$(ALGO_NAME)_PERFORMANCE_TEST := "performance"
+