avr-crypto-lib/mkfiles/cscipher_tiny.mk

15 lines
517 B
Makefile
Raw Normal View History

2010-12-18 23:47:24 +00:00
# Makefile for CS-Cipher
ALGO_NAME := CSCIPHER_TINY
# comment out the following line for removement of CS-Cipher from the build process
BLOCK_CIPHERS += $(ALGO_NAME)
$(ALGO_NAME)_DIR := cscipher/
$(ALGO_NAME)_INCDIR := bcal/ memxor/
2010-12-21 01:31:02 +00:00
$(ALGO_NAME)_OBJ := cscipher_tiny_asm.o memxor.o memxor_p.o
2012-03-14 16:38:51 +00:00
$(ALGO_NAME)_TESTBIN := main-cscipher-test.o bcal_cscipher.o $(CLI_STD) $(BCAL_STD)
2010-12-18 23:47:24 +00:00
$(ALGO_NAME)_NESSIE_TEST := test nessie
$(ALGO_NAME)_PERFORMANCE_TEST := performance
$(ALGO_NAME)_DEF := SBOX_PROG=1