X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=cast5.mk;h=f2241c0d8e4e5042f0e2c6808c66f300898981cf;hp=c5df6e5217daa63b83610174a54fa774592ac159;hb=8537c7a0647b533f078af9c35bce533335c7556e;hpb=bfac0f0eef1c956bf6fbc023708f17ecfda9b39d diff --git a/cast5.mk b/cast5.mk index c5df6e5..f2241c0 100644 --- a/cast5.mk +++ b/cast5.mk @@ -2,7 +2,7 @@ ALGO_NAME := CAST5 # comment out the following line for removement of CAST5 from the build process -BLOCK_CIPHERS := $(BLOCK_CIPHERS) $(ALGO_NAME) +BLOCK_CIPHERS += $(ALGO_NAME) $(ALGO_NAME)_OBJ := cast5.o $(ALGO_NAME)_TEST_BIN := main-cast5-test.o debug.o uart.o serial-tools.o cast5.o