]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/mugi.mk
fixing style, typos and uart
[avr-crypto-lib.git] / mkfiles / mugi.mk
index 7bcb92f40a69ee306ce40864697569f13049f5b1..29237a5cf015a13b58839d28f1f44629ec7dbac5 100644 (file)
@@ -4,8 +4,10 @@ ALGO_NAME := MUGI_C
 # comment out the following line for removement of MUGI_C from the build process
 STREAM_CIPHERS += $(ALGO_NAME)
 
-$(ALGO_NAME)_OBJ      := mugi.o gf256mul.o aes_sbox.o
-$(ALGO_NAME)_TEST_BIN := main-mugi-test.o $(CLI_STD)  \
+$(ALGO_NAME)_DIR      := mugi/
+$(ALGO_NAME)_INCDIR   := memxor/ aes/ gf256mul/
+$(ALGO_NAME)_OBJ      := mugi.o gf256mul.o aes_sbox.o memxor.o
+$(ALGO_NAME)_TESTBIN  := main-mugi-test.o $(CLI_STD)  \
                          nessie_stream_test.o nessie_common.o  \
                          performance_test.o
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"