X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fshacal2enc.mk;h=bbcedd198bc9d3a173d841bf316d468e1ca32322;hb=7b5401ab9ce23a5da1de8b6c7de3a1aa20ac4cf8;hp=fe24abaae06b27f7570c402ca54944bf72315784;hpb=56a151edecefbaeab43dac22c89a3bb9fe4f470e;p=avr-crypto-lib.git diff --git a/mkfiles/shacal2enc.mk b/mkfiles/shacal2enc.mk index fe24aba..bbcedd1 100644 --- a/mkfiles/shacal2enc.mk +++ b/mkfiles/shacal2enc.mk @@ -1,13 +1,14 @@ -# 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)_INCDIR := sha256/ bcal/ $(ALGO_NAME)_OBJ := shacal2_enc.o sha256-asm.o -$(ALGO_NAME)_TEST_BIN := main-shacal2_enc-test.o debug.o uart.o hexdigit_tab.o \ - nessie_bc_test.o dbz_strings.o nessie_common.o cli.o string-extras.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)_PERFORMANCE_TEST := "performance"