X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fdes.mk;h=f7862106dd0c4d986057655be35a96bf4f7084bb;hb=65b5512d92a8b13973ae65201b18922b856328e5;hp=8e2b162c17e9b283eeeed59b2ca7b1d02e300197;hpb=e5a49deb52521f019e37779d6e9d81ec4f02aba4;p=avr-crypto-lib.git diff --git a/mkfiles/des.mk b/mkfiles/des.mk index 8e2b162..f786210 100644 --- a/mkfiles/des.mk +++ b/mkfiles/des.mk @@ -5,8 +5,8 @@ ALGO_NAME := DES BLOCK_CIPHERS += $(ALGO_NAME) $(ALGO_NAME)_OBJ := des.o -$(ALGO_NAME)_TEST_BIN := main-des-test.o debug.o uart.o serial-tools.o \ - nessie_bc_test.o nessie_common.o cli.o string-extras.o performance_test.o +$(ALGO_NAME)_TEST_BIN := main-des-test.o debug.o uart.o hexdigit_tab.o serial-tools.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"