X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fserpent_asm_small.mk;h=52cfda2612caa5727c4d6220722abc82f01eb6a8;hb=d1d3ca64870a4cc4ee0659db7b4387e1dd51549f;hp=c696e2e9afb96f8199da39bb04015d0be9d8f70e;hpb=9b567bc05f6ff8c98fbc8a140f1faf6f60da30ac;p=avr-crypto-lib.git diff --git a/mkfiles/serpent_asm_small.mk b/mkfiles/serpent_asm_small.mk index c696e2e..52cfda2 100644 --- a/mkfiles/serpent_asm_small.mk +++ b/mkfiles/serpent_asm_small.mk @@ -6,8 +6,8 @@ BLOCK_CIPHERS += $(ALGO_NAME) $(ALGO_NAME)_OBJ := serpent-asm.o serpent-sboxes-small.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)_TEST_BIN := main-serpent-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)_NESSIE_TEST := "nessie" $(ALGO_NAME)_PERFORMANCE_TEST := "performance"