avr-crypto-lib/mkfiles/mickey128.mk

13 lines
451 B
Makefile
Raw Normal View History

2008-07-03 12:14:14 +00:00
# Makefile for Mickey128
ALGO_NAME := MICKEY128
# comment out the following line for removement of Mickey128 from the build process
STREAM_CIPHERS += $(ALGO_NAME)
$(ALGO_NAME)_OBJ := mickey128.o
$(ALGO_NAME)_TEST_BIN := main-mickey128-test.o debug.o uart.o serial-tools.o \
nessie_stream_test.o nessie_common.o mickey128.o cli.o
$(ALGO_NAME)_NESSIE_TEST := "nessie"
$(ALGO_NAME)_PEROFRMANCE_TEST := "performance"