X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fentropium.mk;h=6af24f6ee61fcfd217e9f40ac1ff9b72f0ee1ebd;hb=69d6349f8ad9d35c2acdb4e4e38ad42cd28b426c;hp=2ee6de6e8f5a65092e7aac5ff3fe9e533e250436;hpb=e5a49deb52521f019e37779d6e9d81ec4f02aba4;p=avr-crypto-lib.git diff --git a/mkfiles/entropium.mk b/mkfiles/entropium.mk index 2ee6de6..6af24f6 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 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"