avr-crypto-lib/mkfiles/omac_noekeon.mk

14 lines
506 B
Makefile

# Makefile for noekeon
ALGO_NAME := OMAC_NOEKEON
# comment out the following line for removement of noekeon from the build process
MACS += $(ALGO_NAME)
$(ALGO_NAME)_OBJ := noekeon_asm.o omac_noekeon.o memxor.o
$(ALGO_NAME)_TEST_BIN := main-omac-noekeon-test.o debug.o uart.o hexdigit_tab.o \
nessie_mac_test.o dbz_strings.o nessie_common.o cli.o string-extras.o performance_test.o
$(ALGO_NAME)_NESSIE_TEST := test nessie
$(ALGO_NAME)_PERFORMANCE_TEST := performance