]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/bmw.mk
first impression of BMW in assembler
[avr-crypto-lib.git] / mkfiles / bmw.mk
diff --git a/mkfiles/bmw.mk b/mkfiles/bmw.mk
new file mode 100644 (file)
index 0000000..6a57584
--- /dev/null
@@ -0,0 +1,12 @@
+# Makefile for BlueMidnightWish
+ALGO_NAME := BMW
+
+# comment out the following line for removement of BlueMidnightWish from the build process
+HASHES += $(ALGO_NAME)
+
+$(ALGO_NAME)_DIR      := bmw/
+$(ALGO_NAME)_OBJ      := bmw_small-asm.o bmw_small-cstub.o bmw_large.o 
+$(ALGO_NAME)_TEST_BIN := main-bmw-test.o hfal_bmw_small.o hfal_bmw_large.o $(CLI_STD) $(HFAL_STD)
+$(ALGO_NAME)_NESSIE_TEST      := test nessie
+$(ALGO_NAME)_PERFORMANCE_TEST := performance
+