X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fserpent_asm_fast.mk;h=58258e78b38d856baf5deccf917d3f2837b2a2fc;hb=e9d58dce0a1eca2c78aec260406e1605ae29fff7;hp=45070aafe3fa46624fcd1257b293b86bd09da272;hpb=c1553054f9455c2f88d6b3cb44de1cc25674a528;p=avr-crypto-lib.git diff --git a/mkfiles/serpent_asm_fast.mk b/mkfiles/serpent_asm_fast.mk index 45070aa..58258e7 100644 --- a/mkfiles/serpent_asm_fast.mk +++ b/mkfiles/serpent_asm_fast.mk @@ -5,9 +5,9 @@ ALGO_NAME := SERPENT_ASM_FAST BLOCK_CIPHERS += $(ALGO_NAME) -$(ALGO_NAME)_OBJ := serpent.o serpent-sboxes-fast.o memxor.o +$(ALGO_NAME)_OBJ := serpent-asm.o serpent-sboxes-fast.o memxor.o $(ALGO_NAME)_TEST_BIN := main-serpent-test.o debug.o uart.o serial-tools.o \ nessie_bc_test.o nessie_common.o cli.o performance_test.o $(ALGO_NAME)_NESSIE_TEST := "nessie" -$(ALGO_NAME)_PEROFRMANCE_TEST := "performance" +$(ALGO_NAME)_PERFORMANCE_TEST := "performance"