X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=mkfiles%2Fomac_noekeon_c.mk;h=8a432db87f8bb456cf5f0a129078a03c1eef1635;hp=4346d3316791e0215372f5fff821bd33b238b743;hb=eb0cafe05ab4cdf60878dbd81e4ff3712d5150f2;hpb=52ec168ece9d61bd9cb652235dfe8faee6232a11 diff --git a/mkfiles/omac_noekeon_c.mk b/mkfiles/omac_noekeon_c.mk index 4346d33..8a432db 100644 --- a/mkfiles/omac_noekeon_c.mk +++ b/mkfiles/omac_noekeon_c.mk @@ -4,9 +4,10 @@ ALGO_NAME := OMAC_NOEKEON_C # comment out the following line for removement of noekeon from the build process MACS += $(ALGO_NAME) - +$(ALGO_NAME)_DIR := noekeon/ +$(ALGO_NAME)_INCDIR := memxor/ mfal/ $(ALGO_NAME)_OBJ := noekeon_asm.o omac_noekeon_C.o memxor.o -$(ALGO_NAME)_TEST_BIN := main-omac-noekeon-test.o $(CLI_STD) \ +$(ALGO_NAME)_TESTBIN := main-omac-noekeon-test.o $(CLI_STD) \ nessie_mac_test.o nessie_common.o performance_test.o $(ALGO_NAME)_NESSIE_TEST := test nessie $(ALGO_NAME)_PERFORMANCE_TEST := performance