]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/cast5.mk
"new cbc-mode for bcal; docu comming soon
[avr-crypto-lib.git] / mkfiles / cast5.mk
index 1b772e4b541c86fe324a2090dd4a813560ba7cb9..318a0e57ba76d88911f1bb26ff6aae3d0e896f5b 100644 (file)
@@ -4,8 +4,9 @@ ALGO_NAME := CAST5
 # comment out the following line for removement of CAST5 from the build process
 BLOCK_CIPHERS += $(ALGO_NAME)
 
+$(ALGO_NAME)_DIR      := cast5/
 $(ALGO_NAME)_OBJ      := cast5.o
-$(ALGO_NAME)_TEST_BIN := main-cast5-test.o debug.o uart.o serial-tools.o cli.o\
+$(ALGO_NAME)_TEST_BIN := main-cast5-test.o $(CLI_STD) \
                          nessie_bc_test.o nessie_common.o performance_test.o
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
 $(ALGO_NAME)_PERFORMANCE_TEST := "performance"