]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/camellia.mk
new makefile and modified build process
[avr-crypto-lib.git] / mkfiles / camellia.mk
index 0a7fbc5b0ad6b36ce24208b8d9a7bfa1c96f63b4..4b0213c4545758d449532e4ad3a71231f051f27c 100644 (file)
@@ -4,6 +4,7 @@ ALGO_NAME := CAMELLIA
 # comment out the following line for removement of Camellia from the build process
 BLOCK_CIPHERS += $(ALGO_NAME)
 
+$(ALGO_NAME)_DIR      := camellia/
 $(ALGO_NAME)_OBJ      := camellia128-stub.o camellia-asm.o
 $(ALGO_NAME)_TEST_BIN := main-camellia-test.o $(CLI_STD) nessie_bc_test.o \
                         nessie_common.o performance_test.o