arm-crypto-lib/mkfiles/sha256_c.mk

14 lines
437 B
Makefile
Raw Normal View History

2010-05-08 01:17:34 +00:00
# Makefile for SHA256
ALGO_NAME := SHA256_C
# comment out the following line for removement of SHA256 from the build process
HASHES += $(ALGO_NAME)
2011-10-10 16:55:59 +00:00
$(ALGO_NAME)_DIR := sha2/
2010-09-26 16:22:40 +00:00
$(ALGO_NAME)_INCDIR := hfal/
2011-10-10 16:55:59 +00:00
$(ALGO_NAME)_OBJ := sha256.o sha2_small_common.o
2011-08-19 00:36:30 +00:00
$(ALGO_NAME)_TESTBIN := main-sha256-test.o $(CLI_STD) $(HFAL_STD) hfal_sha256.o
2010-05-08 01:17:34 +00:00
$(ALGO_NAME)_NESSIE_TEST := "nessie"
$(ALGO_NAME)_PERFORMANCE_TEST := "performance"