This commit is contained in:
bg 2008-04-13 03:32:37 +00:00
parent 06da54b476
commit 993ed665dd
1 changed files with 14 additions and 0 deletions

14
rc6.mk Normal file
View File

@ -0,0 +1,14 @@
# 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 \
rc6.o nessie_bc_test.o \
nessie_common.o cli.o performance_test.o
$(ALGO_NAME)_NESSIE_TEST := test nessie
$(ALGO_NAME)_PEROFRMANCE_TEST := performance