]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/jh_simple_small_c.mk
fixing style, typos and uart
[avr-crypto-lib.git] / mkfiles / jh_simple_small_c.mk
index a916a7cb5d52728a981440b869f7a5d4def7992c..53d0f440544d3f9aa0735e8076db126d037ef253 100644 (file)
@@ -1,13 +1,13 @@
-# Makefile for Grøstl
+# Makefile for JH
 ALGO_NAME := JH_SIMPLE_SMALL_C
 
-# comment out the following line for removement of Grøstl from the build process
+# comment out the following line for removement of JH from the build process
 HASHES += $(ALGO_NAME)
 
 $(ALGO_NAME)_DIR      := jh/
 $(ALGO_NAME)_INCDIR   := hfal/ memxor/
 $(ALGO_NAME)_OBJ      := jh_simple_small_core.o jh_simple_aux.o  memxor.o 
-$(ALGO_NAME)_TEST_BIN := hfal_jh.o main-jh-test.o $(CLI_STD) $(HFAL_STD)
+$(ALGO_NAME)_TESTBIN  := hfal_jh.o main-jh-test.o $(CLI_STD) $(HFAL_STD)
 $(ALGO_NAME)_NESSIE_TEST      := test nessie
 $(ALGO_NAME)_PERFORMANCE_TEST := performance