]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/trivium.mk
trivium broken :-(
[avr-crypto-lib.git] / mkfiles / trivium.mk
index 45ee4f3250926d46f654272b09f7283535bbc3ab..e8d6830aadd6c4e59947fb984c89998bcf8de83b 100644 (file)
@@ -4,10 +4,10 @@ ALGO_NAME := TRIVIUM
 # comment out the following line for removement of Trivium from the build process
 STREAM_CIPHERS += $(ALGO_NAME)
 
+$(ALGO_NAME)_DIR      := trivium/
 $(ALGO_NAME)_OBJ      := trivium.o
-$(ALGO_NAME)_TEST_BIN := main-trivium-test.o debug.o uart.o serial-tools.o \
-                         nessie_stream_test.o nessie_common.o cli.o \
-                         performance_test.o
+$(ALGO_NAME)_INCDIR   := memxor/ scal/
+$(ALGO_NAME)_TEST_BIN := main-trivium-test.o $(CLI_STD) $(SCAL_STD) scal_trivium.o 
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
-$(ALGO_NAME)_PEROFRMANCE_TEST := "performance"
+$(ALGO_NAME)_PERFORMANCE_TEST := "performance"