avr-crypto-lib/mkfiles/sha1.mk

14 lines
431 B
Makefile
Raw Normal View History

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