]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/bmw_c.mk
+BlueMidnightWish
[avr-crypto-lib.git] / mkfiles / bmw_c.mk
diff --git a/mkfiles/bmw_c.mk b/mkfiles/bmw_c.mk
new file mode 100644 (file)
index 0000000..bb65d9c
--- /dev/null
@@ -0,0 +1,14 @@
+# Makefile for BlueMidnightWish
+ALGO_NAME := BMW_C
+
+# comment out the following line for removement of BlueMidnightWish from the build process
+HASHES += $(ALGO_NAME)
+
+
+$(ALGO_NAME)_OBJ      := bmw_small.o bmw_large.o
+$(ALGO_NAME)_TEST_BIN := main-bmw-test.o debug.o uart.o hexdigit_tab.o  \
+                         dbz_strings.o nessie_common.o cli.o string-extras.o performance_test.o \
+                        nessie_hash_test.o hfal-basic.o hfal_bmw_small.o hfal_bmw_large.o shavs.o
+$(ALGO_NAME)_NESSIE_TEST      := test nessie
+$(ALGO_NAME)_PERFORMANCE_TEST := performance
+