X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=mkfiles%2Fmugi.mk;h=29237a5cf015a13b58839d28f1f44629ec7dbac5;hp=c5f64f38d09eb5190c4256ebebcc8d41f83b939d;hb=eb0cafe05ab4cdf60878dbd81e4ff3712d5150f2;hpb=65b5512d92a8b13973ae65201b18922b856328e5 diff --git a/mkfiles/mugi.mk b/mkfiles/mugi.mk index c5f64f3..29237a5 100644 --- a/mkfiles/mugi.mk +++ b/mkfiles/mugi.mk @@ -4,9 +4,11 @@ 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 debug.o uart.o hexdigit_tab.o serial-tools.o \ - nessie_stream_test.o dbz_strings.o nessie_common.o cli.o string-extras.o \ +$(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" $(ALGO_NAME)_PERFORMANCE_TEST := "performance"