X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fgrain.mk;h=8d83a81a6d2533cce62a3fc4925dc426610230b4;hb=e5a49deb52521f019e37779d6e9d81ec4f02aba4;hp=4fbdfcbb5cd035e12eda004a2b34e36785c9b50e;hpb=e9d58dce0a1eca2c78aec260406e1605ae29fff7;p=avr-crypto-lib.git diff --git a/mkfiles/grain.mk b/mkfiles/grain.mk index 4fbdfcb..8d83a81 100644 --- a/mkfiles/grain.mk +++ b/mkfiles/grain.mk @@ -6,7 +6,7 @@ STREAM_CIPHERS += $(ALGO_NAME) $(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 \ + nessie_stream_test.o nessie_common.o cli.o string-extras.o \ performance_test.o $(ALGO_NAME)_NESSIE_TEST := "nessie" $(ALGO_NAME)_PERFORMANCE_TEST := "performance"