X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fmugi.mk;h=36f4a0415736edfe2bf80090c165f13d2e7581d8;hb=4f50c75ee5a6cc88bf7ea71957ed509e298e6c25;hp=eb3f3d8c34581dcb0c12d1344d1fe99a2e235d2d;hpb=2dc047a070be7f0d64f4d4e7f4296a9650af07dc;p=avr-crypto-lib.git diff --git a/mkfiles/mugi.mk b/mkfiles/mugi.mk index eb3f3d8..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 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"