X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Ftrivium.mk;h=a668ee7d232fae2f2ee2577226db016f1a6eabb2;hb=d32eba56ce10ea6b9eff123b50d9842673b38f2b;hp=45ee4f3250926d46f654272b09f7283535bbc3ab;hpb=2159c273c9d3361571a6ff1ab63d9bc76582fbab;p=avr-crypto-lib.git diff --git a/mkfiles/trivium.mk b/mkfiles/trivium.mk index 45ee4f3..a668ee7 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 cli.o \ - performance_test.o +$(ALGO_NAME)_TEST_BIN := main-trivium-test.o $(CLI_STD) \ + nessie_stream_test.o nessie_common.o performance_test.o $(ALGO_NAME)_NESSIE_TEST := "nessie" -$(ALGO_NAME)_PEROFRMANCE_TEST := "performance" +$(ALGO_NAME)_PERFORMANCE_TEST := "performance"