X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=mkfiles%2Ftrivium.mk;h=ca9297dc21a1c5afab12cb231e7dd9792f89870e;hp=e2e348456a22b21834bc5f0776aab68cc440a7e4;hb=eb0cafe05ab4cdf60878dbd81e4ff3712d5150f2;hpb=e048ac1e57d345b12b4019447ddfddfdd3dc52fc diff --git a/mkfiles/trivium.mk b/mkfiles/trivium.mk index e2e3484..ca9297d 100644 --- a/mkfiles/trivium.mk +++ b/mkfiles/trivium.mk @@ -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 trivium.o cli.o \ - performance_test.o +$(ALGO_NAME)_INCDIR := memxor/ scal/ +$(ALGO_NAME)_TESTBIN := 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" +$(ALGO_NAME)_DEF := NESSIE_ESTREAM=1