X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fshacal1enc.mk;h=8f968c92c6dd6461611a279554fceae182e9bb8d;hb=7b5401ab9ce23a5da1de8b6c7de3a1aa20ac4cf8;hp=1e197943d58684879a3eb900970f3f98baca2a03;hpb=e048ac1e57d345b12b4019447ddfddfdd3dc52fc;p=avr-crypto-lib.git diff --git a/mkfiles/shacal1enc.mk b/mkfiles/shacal1enc.mk index 1e19794..8f968c9 100644 --- a/mkfiles/shacal1enc.mk +++ b/mkfiles/shacal1enc.mk @@ -1,14 +1,14 @@ -# Makefile for present +# Makefile for shacal1 ALGO_NAME := SHACAL1ENC -# comment out the following line for removement of present from the build process +# comment out the following line for removement of shacal1 from the build process BLOCK_CIPHERS += $(ALGO_NAME) - +$(ALGO_NAME)_DIR := shacal1/ +$(ALGO_NAME)_INCDIR := sha1/ bcal/ $(ALGO_NAME)_OBJ := shacal1_enc.o sha1-asm.o -$(ALGO_NAME)_TEST_BIN := main-shacal1_enc-test.o debug.o uart.o serial-tools.o \ - nessie_bc_test.o nessie_common.o cli.o \ - performance_test.o shacal1_enc.o sha1-asm.o +$(ALGO_NAME)_TEST_BIN := main-shacal1_enc-test.o $(CLI_STD) \ + nessie_bc_test.o nessie_common.o performance_test.o $(ALGO_NAME)_NESSIE_TEST := "nessie" -$(ALGO_NAME)_PEROFRMANCE_TEST := "performance" +$(ALGO_NAME)_PERFORMANCE_TEST := "performance"