X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fentropium.mk;h=e87b3de257f220a40dfc5bcbcdcc675e7a80fc39;hb=83398013d7fefe3600b771be65317a330a140ffb;hp=14cc8bdd233674c45937d4109a5f9bb71c98d2a4;hpb=74fe0d1999c8dee4babb971174648da906886874;p=avr-crypto-lib.git diff --git a/mkfiles/entropium.mk b/mkfiles/entropium.mk index 14cc8bd..e87b3de 100644 --- a/mkfiles/entropium.mk +++ b/mkfiles/entropium.mk @@ -4,9 +4,9 @@ ALGO_NAME := ENTROPIUM # comment out the following line for removement of PRNG from the build process PRNGS += $(ALGO_NAME) +$(ALGO_NAME)_DIR := entropium/ $(ALGO_NAME)_OBJ := entropium.o sha256-asm.o -$(ALGO_NAME)_TEST_BIN := main-entropium-test.o debug.o uart.o hexdigit_tab.o serial-tools.o \ - cli.o string-extras.o performance_test.o +$(ALGO_NAME)_TEST_BIN := main-entropium-test.o $(CLI_STD) performance_test.o $(ALGO_NAME)_NESSIE_TEST := "nessie" $(ALGO_NAME)_PERFORMANCE_TEST := "performance"