X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fentropium.mk;h=6af24f6ee61fcfd217e9f40ac1ff9b72f0ee1ebd;hb=ac564028e573ea773530e01f1e5a3fe58fcd40a0;hp=e87b3de257f220a40dfc5bcbcdcc675e7a80fc39;hpb=d32eba56ce10ea6b9eff123b50d9842673b38f2b;p=avr-crypto-lib.git diff --git a/mkfiles/entropium.mk b/mkfiles/entropium.mk index e87b3de..6af24f6 100644 --- a/mkfiles/entropium.mk +++ b/mkfiles/entropium.mk @@ -5,6 +5,7 @@ ALGO_NAME := ENTROPIUM 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 $(CLI_STD) performance_test.o