]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/mickey128.mk
modified structure
[avr-crypto-lib.git] / mkfiles / mickey128.mk
index 3cb7a42ce9836d20c6e5f5d165b9a74dfe680ee5..c7bc17d7314ee6a35ceba5b552151a729276ee2b 100644 (file)
@@ -4,9 +4,10 @@ ALGO_NAME := MICKEY128
 # comment out the following line for removement of Mickey128 from the build process
 STREAM_CIPHERS += $(ALGO_NAME)
 
+$(ALGO_NAME)_DIR      := mickey128/
 $(ALGO_NAME)_OBJ      := mickey128.o
-$(ALGO_NAME)_TEST_BIN := main-mickey128-test.o debug.o uart.o serial-tools.o \
-                         nessie_stream_test.o nessie_common.o mickey128.o cli.o
+$(ALGO_NAME)_TEST_BIN := main-mickey128-test.o $(CLI_STD) \
+                         nessie_stream_test.o nessie_common.o
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
-$(ALGO_NAME)_PEROFRMANCE_TEST := "performance"
+$(ALGO_NAME)_PERFORMANCE_TEST := "performance"