X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=mkfiles%2Fentropium.mk;h=a75413f3da673d80cae0fa2e66bf3c6053946d52;hp=f6c16f6d706705f2e11fa8101a552d9b66cb5287;hb=eb0cafe05ab4cdf60878dbd81e4ff3712d5150f2;hpb=56a151edecefbaeab43dac22c89a3bb9fe4f470e diff --git a/mkfiles/entropium.mk b/mkfiles/entropium.mk index f6c16f6..a75413f 100644 --- a/mkfiles/entropium.mk +++ b/mkfiles/entropium.mk @@ -4,9 +4,10 @@ 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)_INCDIR := sha256/ $(ALGO_NAME)_OBJ := entropium.o sha256-asm.o -$(ALGO_NAME)_TEST_BIN := main-entropium-test.o debug.o uart.o hexdigit_tab.o \ - cli.o string-extras.o performance_test.o +$(ALGO_NAME)_TESTBIN := main-entropium-test.o $(CLI_STD) performance_test.o $(ALGO_NAME)_NESSIE_TEST := "nessie" $(ALGO_NAME)_PERFORMANCE_TEST := "performance"