X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fgrain.mk;h=5e6638e3cfa83a24bb6e657d631cc6f36a51decb;hb=0747bb9f3d1759c0b71a0cff3387835db9833d8e;hp=4f026a985a4bb2dd876ee8ce6612ee545b2e19c4;hpb=2159c273c9d3361571a6ff1ab63d9bc76582fbab;p=avr-crypto-lib.git diff --git a/mkfiles/grain.mk b/mkfiles/grain.mk index 4f026a9..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 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"