]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/entropium.mk
fixing style, typos and uart
[avr-crypto-lib.git] / mkfiles / entropium.mk
index e5806c3073416ea1f5f4bcb441059379bc21faf5..a75413f3da673d80cae0fa2e66bf3c6053946d52 100644 (file)
@@ -4,10 +4,11 @@ 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 performance_test.o
+$(ALGO_NAME)_TESTBIN  := main-entropium-test.o $(CLI_STD) performance_test.o
                          
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
-$(ALGO_NAME)_PEROFRMANCE_TEST := "performance"
+$(ALGO_NAME)_PERFORMANCE_TEST := "performance"