X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fshacal2enc.mk;h=d5f0d9d937d4d21b1d9c0ab622ae56e1ff9e81d2;hb=450d74da32fadde564961f4095662fde5c61bb9e;hp=739d9eb546bef97d2903ed9bb2b6941a08c1bace;hpb=2159c273c9d3361571a6ff1ab63d9bc76582fbab;p=avr-crypto-lib.git diff --git a/mkfiles/shacal2enc.mk b/mkfiles/shacal2enc.mk index 739d9eb..d5f0d9d 100644 --- a/mkfiles/shacal2enc.mk +++ b/mkfiles/shacal2enc.mk @@ -1,13 +1,13 @@ -# Makefile for present +# Makefile for shacal2 ALGO_NAME := SHACAL2ENC -# comment out the following line for removement of present from the build process +# comment out the following line for removement of shacal2 from the build process BLOCK_CIPHERS += $(ALGO_NAME) - +$(ALGO_NAME)_DIR := shacal2/ $(ALGO_NAME)_OBJ := shacal2_enc.o sha256-asm.o -$(ALGO_NAME)_TEST_BIN := main-shacal2_enc-test.o debug.o uart.o serial-tools.o \ - nessie_bc_test.o nessie_common.o cli.o performance_test.o +$(ALGO_NAME)_TEST_BIN := main-shacal2_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"