X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fgrain.mk;h=5e6638e3cfa83a24bb6e657d631cc6f36a51decb;hb=d32eba56ce10ea6b9eff123b50d9842673b38f2b;hp=8d83a81a6d2533cce62a3fc4925dc426610230b4;hpb=e5a49deb52521f019e37779d6e9d81ec4f02aba4;p=avr-crypto-lib.git diff --git a/mkfiles/grain.mk b/mkfiles/grain.mk index 8d83a81..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 string-extras.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)_PERFORMANCE_TEST := "performance"