]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/mickey128.mk
modified structure
[avr-crypto-lib.git] / mkfiles / mickey128.mk
index 6c95c968d66f2d4e298893fc1bbf11af8e5531f8..c7bc17d7314ee6a35ceba5b552151a729276ee2b 100644 (file)
@@ -4,6 +4,7 @@ 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 $(CLI_STD) \
                          nessie_stream_test.o nessie_common.o