X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fcast5.mk;h=1ee7a56fc65d7b3e31c7365cc40a626dfbb6d9ed;hb=7b5401ab9ce23a5da1de8b6c7de3a1aa20ac4cf8;hp=33c32bad13a4297b4043320600258165f02b2e02;hpb=2159c273c9d3361571a6ff1ab63d9bc76582fbab;p=avr-crypto-lib.git diff --git a/mkfiles/cast5.mk b/mkfiles/cast5.mk index 33c32ba..1ee7a56 100644 --- a/mkfiles/cast5.mk +++ b/mkfiles/cast5.mk @@ -4,9 +4,10 @@ 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)_INCDIR := bcal/ $(ALGO_NAME)_OBJ := cast5.o -$(ALGO_NAME)_TEST_BIN := main-cast5-test.o debug.o uart.o serial-tools.o cli.o\ - nessie_bc_test.o nessie_common.o performance_test.o +$(ALGO_NAME)_TEST_BIN := main-cast5-test.o bcal_cast5.o $(CLI_STD) $(BCAL_STD) $(ALGO_NAME)_NESSIE_TEST := "nessie" -$(ALGO_NAME)_PEROFRMANCE_TEST := "performance" +$(ALGO_NAME)_PERFORMANCE_TEST := "performance"