]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/entropium.mk
modyfied build process
[avr-crypto-lib.git] / mkfiles / entropium.mk
diff --git a/mkfiles/entropium.mk b/mkfiles/entropium.mk
new file mode 100644 (file)
index 0000000..589ff6f
--- /dev/null
@@ -0,0 +1,13 @@
+# Makefile for Entropium PRNG
+ALGO_NAME := ENTROPIUM
+
+# comment out the following line for removement of PRNG from the build process
+PRNGS += $(ALGO_NAME)
+
+$(ALGO_NAME)_OBJ      := entropium.o sha256-asm.o
+$(ALGO_NAME)_TEST_BIN := main-entropium-test.o debug.o uart.o serial-tools.o \
+                         sha256-asm.o entropium.o cli.o performance_test.o
+                         
+$(ALGO_NAME)_NESSIE_TEST      := "nessie"
+$(ALGO_NAME)_PEROFRMANCE_TEST := "performance"
+