X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fmugi.mk;h=36f4a0415736edfe2bf80090c165f13d2e7581d8;hb=4f50c75ee5a6cc88bf7ea71957ed509e298e6c25;hp=c5f64f38d09eb5190c4256ebebcc8d41f83b939d;hpb=65b5512d92a8b13973ae65201b18922b856328e5;p=avr-crypto-lib.git diff --git a/mkfiles/mugi.mk b/mkfiles/mugi.mk index c5f64f3..36f4a04 100644 --- a/mkfiles/mugi.mk +++ b/mkfiles/mugi.mk @@ -4,9 +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)_DIR := mugi/ $(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)_TEST_BIN := 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"