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