]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/xtea_new.mk
a lot of fixes
[avr-crypto-lib.git] / mkfiles / xtea_new.mk
diff --git a/mkfiles/xtea_new.mk b/mkfiles/xtea_new.mk
new file mode 100644 (file)
index 0000000..5a4f6e3
--- /dev/null
@@ -0,0 +1,13 @@
+# Makefile for XTEA
+ALGO_NAME := XTEA_ASM
+
+# comment out the following line for removement of XTEA from the build process
+BLOCK_CIPHERS += $(ALGO_NAME)
+
+$(ALGO_NAME)_DIR      := xtea/
+$(ALGO_NAME)_INCDIR   := bcal/
+$(ALGO_NAME)_OBJ      := xtea-asm.o
+$(ALGO_NAME)_TESTBIN  := main-xtea-test.o bcal_xtea.o $(CLI_STD) $(BCAL_STD) 
+$(ALGO_NAME)_NESSIE_TEST      := "nessie"
+$(ALGO_NAME)_PERFORMANCE_TEST := "performance"
+