X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=mkfiles%2Fbase64.mk;h=90f415e73408abcd97e930f0710f8f33db605155;hp=ef652aad7c70a0a52a7db4db708d0c3216deab71;hb=eb0cafe05ab4cdf60878dbd81e4ff3712d5150f2;hpb=56a151edecefbaeab43dac22c89a3bb9fe4f470e diff --git a/mkfiles/base64.mk b/mkfiles/base64.mk index ef652aa..90f415e 100644 --- a/mkfiles/base64.mk +++ b/mkfiles/base64.mk @@ -1,14 +1,14 @@ -# Makefile for noekeon +# Makefile for Base64-encoding ALGO_NAME := BASE64 # comment out the following line for removement of base64 from the build process ENCODINGS += $(ALGO_NAME) - +$(ALGO_NAME)_DIR := base64/ +$(ALGO_NAME)_INCDIR := memxor/ noekeon/ $(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)_TESTBIN := main-base64-test.o $(CLI_STD) \ + performance_test.o noekeon_asm.o noekeon_prng.o memxor.o $(ALGO_NAME)_PERFORMANCE_TEST := performance