]> git.cryptolib.org Git - avr-crypto-lib.git/blob - mkfiles/sha256_c.mk
modification to the build system
[avr-crypto-lib.git] / mkfiles / sha256_c.mk
1 # Makefile for SHA256
2 ALGO_NAME := SHA256_C
3
4 # comment out the following line for removement of SHA256 from the build process
5 HASHES += $(ALGO_NAME)
6
7 $(ALGO_NAME)_OBJ      := sha256.o
8 $(ALGO_NAME)_TEST_BIN := main-sha256-test.o debug.o uart.o serial-tools.o \
9                          nessie_hash_test.o nessie_common.o cli.o performance_test.o
10 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
11 $(ALGO_NAME)_PEROFRMANCE_TEST := "performance"
12