]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - sha256.mk
modyfied build process
[avr-crypto-lib.git] / sha256.mk
diff --git a/sha256.mk b/sha256.mk
deleted file mode 100644 (file)
index 9d9dbaa..0000000
--- a/sha256.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# Makefile for SHA256
-ALGO_NAME := SHA256
-
-# comment out the following line for removement of SHA256 from the build process
-HASHES += $(ALGO_NAME)
-
-$(ALGO_NAME)_OBJ      := sha256-asm.o
-$(ALGO_NAME)_TEST_BIN := main-sha256-test.o debug.o uart.o serial-tools.o \
-                         sha256-asm.o nessie_hash_test.o nessie_common.o
-$(ALGO_NAME)_NESSIE_TEST      := "nessie"
-$(ALGO_NAME)_PEROFRMANCE_TEST := "performance"
-