X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=serpent.mk;h=eb55908f6909f8cfffb1f23ebef17f8269512588;hp=44d437c914c8ca15246d34cac789610dd7aad8b6;hb=8537c7a0647b533f078af9c35bce533335c7556e;hpb=bfac0f0eef1c956bf6fbc023708f17ecfda9b39d diff --git a/serpent.mk b/serpent.mk index 44d437c..eb55908 100644 --- a/serpent.mk +++ b/serpent.mk @@ -2,7 +2,7 @@ ALGO_NAME := SERPENT # comment out the following line for removement of serpent from the build process -BLOCK_CIPHERS := $(BLOCK_CIPHERS) $(ALGO_NAME) +BLOCK_CIPHERS += $(ALGO_NAME) $(ALGO_NAME)_OBJ := serpent.o