X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fbase64.mk;h=58883c3d4cff1849fb82a10a2db40d9d4e7dba0b;hb=a5cb349f9d72e0d2c82730647b4f142de6b7e485;hp=ef652aad7c70a0a52a7db4db708d0c3216deab71;hpb=56a151edecefbaeab43dac22c89a3bb9fe4f470e;p=avr-crypto-lib.git diff --git a/mkfiles/base64.mk b/mkfiles/base64.mk index ef652aa..58883c3 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,9 +6,8 @@ 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 \ - cli.o string-extras.o performance_test.o noekeon_asm.o noekeon_prng.o \ - memxor.o +$(ALGO_NAME)_TEST_BIN := main-base64-test.o $(CLI_STD) \ + performance_test.o noekeon_asm.o noekeon_prng.o memxor.o $(ALGO_NAME)_PERFORMANCE_TEST := performance