X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fgrain.mk;h=5e6638e3cfa83a24bb6e657d631cc6f36a51decb;hb=795fc6b98b4cb914fde7ed86c239a39e7db512e7;hp=ed330a61a41684a7f234108c6ea254541569e935;hpb=e048ac1e57d345b12b4019447ddfddfdd3dc52fc;p=avr-crypto-lib.git diff --git a/mkfiles/grain.mk b/mkfiles/grain.mk index ed330a6..5e6638e 100644 --- a/mkfiles/grain.mk +++ b/mkfiles/grain.mk @@ -4,10 +4,10 @@ ALGO_NAME := GRAIN # comment out the following line for removement of Grain from the build process STREAM_CIPHERS += $(ALGO_NAME) +$(ALGO_NAME)_DIR := grain/ $(ALGO_NAME)_OBJ := grain.o -$(ALGO_NAME)_TEST_BIN := main-grain-test.o debug.o uart.o serial-tools.o \ - nessie_stream_test.o nessie_common.o grain.o cli.o \ - performance_test.o +$(ALGO_NAME)_TEST_BIN := main-grain-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"