]> git.cryptolib.org Git - avr-crypto-lib.git/blob - mkfiles/entropium.mk
modification to the build system
[avr-crypto-lib.git] / mkfiles / entropium.mk
1 # Makefile for Entropium PRNG
2 ALGO_NAME := ENTROPIUM
3
4 # comment out the following line for removement of PRNG from the build process
5 PRNGS += $(ALGO_NAME)
6
7 $(ALGO_NAME)_OBJ      := entropium.o sha256-asm.o
8 $(ALGO_NAME)_TEST_BIN := main-entropium-test.o debug.o uart.o serial-tools.o \
9                          cli.o performance_test.o
10                          
11 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
12 $(ALGO_NAME)_PEROFRMANCE_TEST := "performance"
13