X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fcast6.mk;h=6d035b58803f1dd7613947482475ce663c4ff9d1;hb=6483e60140be5fe4ab60de85cdf679fc0518dc99;hp=eb3baad70ef892b42f1c0b12a9fc23788d66d793;hpb=e23491896d12022bdd94ba9fb47dee2e6e9fed89;p=avr-crypto-lib.git diff --git a/mkfiles/cast6.mk b/mkfiles/cast6.mk index eb3baad..6d035b5 100644 --- a/mkfiles/cast6.mk +++ b/mkfiles/cast6.mk @@ -4,10 +4,9 @@ ALGO_NAME := CAST6 # comment out the following line for removement of CAST6 from the build process BLOCK_CIPHERS += $(ALGO_NAME) - +$(ALGO_NAME)_DIR := cast6/ $(ALGO_NAME)_OBJ := cast6.o -$(ALGO_NAME)_TEST_BIN := main-cast6-test.o debug.o uart.o hexdigit_tab.o serial-tools.o \ - nessie_bc_test.o nessie_common.o cli.o string-extras.o performance_test.o +$(ALGO_NAME)_TEST_BIN := main-cast6-test.o bcal_cast6.o $(CLI_STD) $(BCAL_STD) $(ALGO_NAME)_NESSIE_TEST := test nessie $(ALGO_NAME)_PERFORMANCE_TEST := performance