]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - grain.mk
modyfied build process
[avr-crypto-lib.git] / grain.mk
diff --git a/grain.mk b/grain.mk
deleted file mode 100644 (file)
index ed330a6..0000000
--- a/grain.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# Makefile for Grain
-ALGO_NAME := GRAIN
-
-# comment out the following line for removement of Grain from the build process
-STREAM_CIPHERS += $(ALGO_NAME)
-
-$(ALGO_NAME)_OBJ      := grain.o
-$(ALGO_NAME)_TEST_BIN := main-grain-test.o debug.o uart.o serial-tools.o \
-                         nessie_stream_test.o nessie_common.o grain.o cli.o \
-                        performance_test.o
-$(ALGO_NAME)_NESSIE_TEST      := "nessie"
-$(ALGO_NAME)_PEROFRMANCE_TEST := "performance"
-