X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fbase64.mk;h=35695c40595752d45835fedc117cdf10da60033a;hb=b5a057d2dfa6b43f3850b3858c11a079eb9086f0;hp=339238b4259e3ef36106c33badd11fedf179afe6;hpb=e7648127669eee6c05fbb05dbb92f639a9344d4b;p=avr-crypto-lib.git diff --git a/mkfiles/base64.mk b/mkfiles/base64.mk index 339238b..35695c4 100644 --- a/mkfiles/base64.mk +++ b/mkfiles/base64.mk @@ -1,4 +1,4 @@ -# Makefile for noekeon +# Makefile for Base64-encoding ALGO_NAME := BASE64 # comment out the following line for removement of base64 from the build process @@ -6,7 +6,7 @@ ENCODINGS += $(ALGO_NAME) $(ALGO_NAME)_OBJ := base64_enc.o base64_dec.o -$(ALGO_NAME)_TEST_BIN := main-base64-test.o debug.o uart.o hexdigit_tab.o serial-tools.o \ +$(ALGO_NAME)_TEST_BIN := main-base64-test.o debug.o uart.o hexdigit_tab.o \ cli.o string-extras.o performance_test.o noekeon_asm.o noekeon_prng.o \ memxor.o