]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/grain.mk
modifyed build system (removed some redundance)
[avr-crypto-lib.git] / mkfiles / grain.mk
index 4f026a985a4bb2dd876ee8ce6612ee545b2e19c4..a79076d0b476da033fdb92a3634de6bea272e0d7 100644 (file)
@@ -5,9 +5,9 @@ ALGO_NAME := GRAIN
 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 \
+$(ALGO_NAME)_TEST_BIN := main-grain-test.o debug.o uart.o hexdigit_tab.o  \
+                         nessie_stream_test.o dbz_strings.o nessie_common.o cli.o string-extras.o \
                                     performance_test.o
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
-$(ALGO_NAME)_PEROFRMANCE_TEST := "performance"
+$(ALGO_NAME)_PERFORMANCE_TEST := "performance"