avr-crypto-lib/mkfiles/entropium.mk

14 lines
451 B
Makefile
Raw 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)
$(ALGO_NAME)_OBJ := entropium.o sha256-asm.o
$(ALGO_NAME)_TEST_BIN := main-entropium-test.o debug.o uart.o serial-tools.o \
2008-08-02 10:37:02 +00:00
cli.o performance_test.o
2008-04-17 15:39:07 +00:00
$(ALGO_NAME)_NESSIE_TEST := "nessie"
$(ALGO_NAME)_PEROFRMANCE_TEST := "performance"