]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/mugi.mk
new makefile and modified build process
[avr-crypto-lib.git] / mkfiles / mugi.mk
index 7bcb92f40a69ee306ce40864697569f13049f5b1..36f4a0415736edfe2bf80090c165f13d2e7581d8 100644 (file)
@@ -4,6 +4,7 @@ ALGO_NAME := MUGI_C
 # comment out the following line for removement of MUGI_C from the build process
 STREAM_CIPHERS += $(ALGO_NAME)
 
+$(ALGO_NAME)_DIR      := mugi/
 $(ALGO_NAME)_OBJ      := mugi.o gf256mul.o aes_sbox.o
 $(ALGO_NAME)_TEST_BIN := main-mugi-test.o $(CLI_STD)  \
                          nessie_stream_test.o nessie_common.o  \