]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/base64.mk
modified structure
[avr-crypto-lib.git] / mkfiles / base64.mk
index 58883c3d4cff1849fb82a10a2db40d9d4e7dba0b..013b7ee05787ecb0b69510bf2b207026bf790808 100644 (file)
@@ -4,7 +4,7 @@ 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)_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