X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Frc5.mk;h=f948b622e4612fcdfac34b85570d8afa9e8f2419;hb=56a151edecefbaeab43dac22c89a3bb9fe4f470e;hp=3852d7b64b09a6b793d72b27640ade6efc27f715;hpb=74fe0d1999c8dee4babb971174648da906886874;p=avr-crypto-lib.git diff --git a/mkfiles/rc5.mk b/mkfiles/rc5.mk index 3852d7b..f948b62 100644 --- a/mkfiles/rc5.mk +++ b/mkfiles/rc5.mk @@ -6,9 +6,9 @@ BLOCK_CIPHERS += $(ALGO_NAME) $(ALGO_NAME)_OBJ := rc5.o -$(ALGO_NAME)_TEST_BIN := main-rc5-test.o debug.o uart.o hexdigit_tab.o serial-tools.o \ +$(ALGO_NAME)_TEST_BIN := main-rc5-test.o debug.o uart.o hexdigit_tab.o \ nessie_bc_test.o \ - nessie_common.o cli.o string-extras.o performance_test.o + dbz_strings.o nessie_common.o cli.o string-extras.o performance_test.o $(ALGO_NAME)_NESSIE_TEST := test nessie $(ALGO_NAME)_PERFORMANCE_TEST := performance