X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fdes.mk;fp=mkfiles%2Fdes.mk;h=180d9e1ed54cd3f19e4d9ad423497b8cc0208a26;hb=d32eba56ce10ea6b9eff123b50d9842673b38f2b;hp=5d9540dd027c054a565160f405bec3c46f630d9c;hpb=8f855d283a31a468ea014774c4723a8b77b81644;p=avr-crypto-lib.git diff --git a/mkfiles/des.mk b/mkfiles/des.mk index 5d9540d..180d9e1 100644 --- a/mkfiles/des.mk +++ b/mkfiles/des.mk @@ -4,6 +4,7 @@ ALGO_NAME := DES # comment out the following line for removement of DES from the build process BLOCK_CIPHERS += $(ALGO_NAME) +$(ALGO_NAME)_DIR := des/ $(ALGO_NAME)_OBJ := des.o $(ALGO_NAME)_TEST_BIN := main-des-test.o $(CLI_STD) \ nessie_bc_test.o nessie_common.o performance_test.o