]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/omac_noekeon_c.mk
fixing style, typos and uart
[avr-crypto-lib.git] / mkfiles / omac_noekeon_c.mk
index efd6e6c42df2c7e364d3158a816eb76b2fe68f0f..8a432db87f8bb456cf5f0a129078a03c1eef1635 100644 (file)
@@ -4,10 +4,11 @@ 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 debug.o uart.o hexdigit_tab.o serial-tools.o \
-                         nessie_mac_test.o nessie_common.o cli.o string-extras.o performance_test.o
+$(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