X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fbase64.mk;h=ee7261d99ca95d57228f9bef1a4600d86c2dd96f;hb=7b5401ab9ce23a5da1de8b6c7de3a1aa20ac4cf8;hp=58883c3d4cff1849fb82a10a2db40d9d4e7dba0b;hpb=52ec168ece9d61bd9cb652235dfe8faee6232a11;p=avr-crypto-lib.git diff --git a/mkfiles/base64.mk b/mkfiles/base64.mk index 58883c3..ee7261d 100644 --- a/mkfiles/base64.mk +++ b/mkfiles/base64.mk @@ -4,7 +4,8 @@ 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 $(CLI_STD) \ performance_test.o noekeon_asm.o noekeon_prng.o memxor.o