X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fcast6.mk;h=e262c1d3f3bf60adce2bd2182605dc8b66772321;hb=7b5401ab9ce23a5da1de8b6c7de3a1aa20ac4cf8;hp=eb3baad70ef892b42f1c0b12a9fc23788d66d793;hpb=e23491896d12022bdd94ba9fb47dee2e6e9fed89;p=avr-crypto-lib.git diff --git a/mkfiles/cast6.mk b/mkfiles/cast6.mk index eb3baad..e262c1d 100644 --- a/mkfiles/cast6.mk +++ b/mkfiles/cast6.mk @@ -4,10 +4,10 @@ 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)_INCDIR := bcal/ $(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