avr-crypto-lib/mkfiles/serpent_asm_small.mk

14 lines
500 B
Makefile
Raw Normal View History

2008-04-05 17:57:46 +00:00
# Makefile for serpent
2008-08-10 14:04:06 +00:00
ALGO_NAME := SERPENT_ASM_SMALL
2008-04-05 17:57:46 +00:00
# comment out the following line for removement of serpent from the build process
BLOCK_CIPHERS += $(ALGO_NAME)
2008-04-05 17:57:46 +00:00
2008-08-10 23:19:11 +00:00
$(ALGO_NAME)_OBJ := serpent.o serpent-asm.o serpent-sboxes-small.o memxor.o
2008-04-05 17:57:46 +00:00
$(ALGO_NAME)_TEST_BIN := main-serpent-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-05 17:57:46 +00:00
$(ALGO_NAME)_NESSIE_TEST := "nessie"
$(ALGO_NAME)_PEROFRMANCE_TEST := "performance"