avr-crypto-lib/mkfiles/entropium.mk

15 lines
468 B
Makefile
Raw Permalink Normal View History

2008-04-17 15:39:07 +00:00
# Makefile for Entropium PRNG
ALGO_NAME := ENTROPIUM
# comment out the following line for removement of PRNG from the build process
PRNGS += $(ALGO_NAME)
2009-08-06 20:11:02 +00:00
$(ALGO_NAME)_DIR := entropium/
2010-09-25 12:04:19 +00:00
$(ALGO_NAME)_INCDIR := sha256/
2008-04-17 15:39:07 +00:00
$(ALGO_NAME)_OBJ := entropium.o sha256-asm.o
2012-03-14 16:38:51 +00:00
$(ALGO_NAME)_TESTBIN := main-entropium-test.o $(CLI_STD) performance_test.o
2008-04-17 15:39:07 +00:00
$(ALGO_NAME)_NESSIE_TEST := "nessie"
$(ALGO_NAME)_PERFORMANCE_TEST := "performance"
2008-04-17 15:39:07 +00:00