X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fshabea.mk;h=eb9ff266f0e014be959a942c1b3873f7b04ab311;hb=e5a49deb52521f019e37779d6e9d81ec4f02aba4;hp=ee749ff7f2f3128392e28788bcbf0c8e7135f9d2;hpb=a06c8ef821e04e0f6fe2e5e4fcd485f4f21a645e;p=avr-crypto-lib.git diff --git a/mkfiles/shabea.mk b/mkfiles/shabea.mk index ee749ff..eb9ff26 100644 --- a/mkfiles/shabea.mk +++ b/mkfiles/shabea.mk @@ -4,10 +4,9 @@ ALGO_NAME := SHABEA # comment out the following line for removement of SHABEA from the build process BLOCK_CIPHERS += $(ALGO_NAME) -$(ALGO_NAME)_OBJ := shabea.o sha256-asm.o +$(ALGO_NAME)_OBJ := shabea.o sha256-asm.o memxor.o $(ALGO_NAME)_TEST_BIN := main-shabea-test.o debug.o uart.o serial-tools.o \ - shabea.o sha256-asm.o nessie_bc_test.o \ - nessie_common.o cli.o performance_test.o memxor.o + nessie_bc_test.o nessie_common.o cli.o string-extras.o performance_test.o $(ALGO_NAME)_NESSIE_TEST := "nessie" -$(ALGO_NAME)_PEROFRMANCE_TEST := "performance" +$(ALGO_NAME)_PERFORMANCE_TEST := "performance"