avr-crypto-lib/mkfiles/xtea_new.mk

14 lines
419 B
Makefile
Raw Normal View History

2012-03-14 16:38:51 +00:00
# Makefile for XTEA
ALGO_NAME := XTEA_ASM
# comment out the following line for removement of XTEA from the build process
BLOCK_CIPHERS += $(ALGO_NAME)
$(ALGO_NAME)_DIR := xtea/
$(ALGO_NAME)_INCDIR := bcal/
$(ALGO_NAME)_OBJ := xtea-asm.o
$(ALGO_NAME)_TESTBIN := main-xtea-test.o bcal_xtea.o $(CLI_STD) $(BCAL_STD)
$(ALGO_NAME)_NESSIE_TEST := "nessie"
$(ALGO_NAME)_PERFORMANCE_TEST := "performance"