avr-crypto-lib/mkfiles/rc6.mk

14 lines
425 B
Makefile
Raw Normal View History

2008-04-13 03:32:37 +00:00
# Makefile for RC6
ALGO_NAME := RC6
# comment out the following line for removement of RC6 from the build process
BLOCK_CIPHERS += $(ALGO_NAME)
$(ALGO_NAME)_OBJ := rc6.o
$(ALGO_NAME)_TEST_BIN := main-rc6-test.o debug.o uart.o serial-tools.o \
2008-08-02 10:37:02 +00:00
nessie_bc_test.o nessie_common.o cli.o performance_test.o
2008-04-13 03:32:37 +00:00
$(ALGO_NAME)_NESSIE_TEST := test nessie
$(ALGO_NAME)_PEROFRMANCE_TEST := performance