avr-crypto-lib/mkfiles/sha256.mk

15 lines
448 B
Makefile
Raw Normal View History

# Makefile for SHA256
ALGO_NAME := SHA256
# comment out the following line for removement of SHA256 from the build process
HASHES += $(ALGO_NAME)
2009-08-06 20:11:02 +00:00
$(ALGO_NAME)_DIR := sha256/
2010-09-25 12:04:19 +00:00
$(ALGO_NAME)_INCDIR := hfal/
$(ALGO_NAME)_OBJ := sha256-asm.o
2012-03-14 16:38:51 +00:00
$(ALGO_NAME)_TESTBIN := main-sha256-test.o dump-asm.o dump-decl.o hfal_sha256.o $(CLI_STD) $(HFAL_STD)
$(ALGO_NAME)_NESSIE_TEST := "nessie"
$(ALGO_NAME)_PERFORMANCE_TEST := "performance"