]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - xtea.mk
make process changed and modularised
[avr-crypto-lib.git] / xtea.mk
diff --git a/xtea.mk b/xtea.mk
new file mode 100644 (file)
index 0000000..8d35377
--- /dev/null
+++ b/xtea.mk
@@ -0,0 +1,12 @@
+# Makefile for XTEA
+ALGO_NAME := XTEA
+
+# comment out the following line for removement of XTEA from the build process
+BLOCK_CIPHERS := $(BLOCK_CIPHERS) $(ALGO_NAME)
+
+$(ALGO_NAME)_OBJ      := xtea-asm.o
+$(ALGO_NAME)_TEST_BIN := main.o debug.o uart.o serial-tools.o sha256-asm.o \
+                         xtea-asm.o arcfour-asm.o prng.o cast5.o
+$(ALGO_NAME)_NESSIE_TEST      := "nessie"
+$(ALGO_NAME)_PEROFRMANCE_TEST := "performance"
+