]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/omac_noekeon_c.mk
small update (integrating NOEKEON_OMAC and SEED_C)
[avr-crypto-lib.git] / mkfiles / omac_noekeon_c.mk
diff --git a/mkfiles/omac_noekeon_c.mk b/mkfiles/omac_noekeon_c.mk
new file mode 100644 (file)
index 0000000..d142283
--- /dev/null
@@ -0,0 +1,13 @@
+# Makefile for noekeon
+ALGO_NAME := OMAC_NOEKEON_C
+
+# comment out the following line for removement of noekeon from the build process
+MACS += $(ALGO_NAME)
+
+
+$(ALGO_NAME)_OBJ      := noekeon_asm.o omac_noekeon_C.o memxor.o
+$(ALGO_NAME)_TEST_BIN := main-omac-noekeon-test.o debug.o uart.o serial-tools.o \
+                         nessie_mac_test.o nessie_common.o cli.o performance_test.o
+$(ALGO_NAME)_NESSIE_TEST      := test nessie
+$(ALGO_NAME)_PERFORMANCE_TEST := performance
+