]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/omac_noekeon.mk
switching to simualtion testport
[avr-crypto-lib.git] / mkfiles / omac_noekeon.mk
index 5c8ba7c47f653aa1438c90a8efb3811693ca7a96..980dbf78acf9e56183de9809daf56d077da3e101 100644 (file)
@@ -4,9 +4,10 @@ ALGO_NAME := OMAC_NOEKEON
 # 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.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