X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fmugi.mk;h=22f84d1b91202ce656c1c12b86d59d6283e3575f;hb=7b5401ab9ce23a5da1de8b6c7de3a1aa20ac4cf8;hp=0e1e61fb2829763556f8ff8bc95f780b8a2e291e;hpb=56a151edecefbaeab43dac22c89a3bb9fe4f470e;p=avr-crypto-lib.git diff --git a/mkfiles/mugi.mk b/mkfiles/mugi.mk index 0e1e61f..22f84d1 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)_DIR := mugi/ +$(ALGO_NAME)_INCDIR := aes/ gf256mul/ $(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 \ - 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"