avr-crypto-lib/mkfiles/bigint.mk

15 lines
476 B
Makefile
Raw Normal View History

# Makefile for BigInt
ALGO_NAME := BIGINT
2010-03-18 18:53:47 +00:00
# comment out the following line for removement of BigInt from the build process
2011-07-05 19:34:03 +00:00
AUX += $(ALGO_NAME)
$(ALGO_NAME)_DIR := bigint/
2010-09-25 12:04:19 +00:00
$(ALGO_NAME)_INCDIR := memxor/ noekeon/
2011-01-02 23:22:27 +00:00
$(ALGO_NAME)_OBJ := bigint-stub.o bigint_io.o bigint_asm.o
2012-03-14 16:38:51 +00:00
$(ALGO_NAME)_TESTBIN := main-bigint-test.o $(CLI_STD) \
performance_test.o noekeon_asm.o noekeon_prng.o memxor.o
$(ALGO_NAME)_PERFORMANCE_TEST := performance