X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fmd5_asm.mk;h=179d2e6c5c40201db49fcad71b4c4a12baa722e5;hb=f45bd686f23c192af450aa42a59c10fcb179d8e2;hp=8cba137882dd9212527f1d1c8e9ff3332a2f74b5;hpb=5ac75cfae217122b540c1a6d258054230dc534c3;p=avr-crypto-lib.git diff --git a/mkfiles/md5_asm.mk b/mkfiles/md5_asm.mk index 8cba137..179d2e6 100644 --- a/mkfiles/md5_asm.mk +++ b/mkfiles/md5_asm.mk @@ -4,9 +4,9 @@ ALGO_NAME := MD5_ASM # comment out the following line for removement of MD5 from the build process HASHES += $(ALGO_NAME) -$(ALGO_NAME)_OBJ := md5-asm.o md5-stub.o -$(ALGO_NAME)_TEST_BIN := main-md5-test.o debug.o uart.o serial-tools.o \ - nessie_hash_test.o nessie_common.o cli.o performance_test.o +$(ALGO_NAME)_OBJ := md5-asm.o +$(ALGO_NAME)_TEST_BIN := main-md5-test.o debug.o uart.o hexdigit_tab.o \ + nessie_hash_test.o dbz_strings.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"