]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/camellia.mk
fixing style, typos and uart
[avr-crypto-lib.git] / mkfiles / camellia.mk
index db85f5012f99b769b8ff6c7a750b59e60b554458..35c39aa1fcc91027d89cf658974f33f5b80f8ec5 100644 (file)
@@ -4,10 +4,11 @@ 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)_INCDIR   := bcal/
 $(ALGO_NAME)_OBJ      := camellia128-stub.o camellia-asm.o
-$(ALGO_NAME)_TEST_BIN := main-camellia-test.o debug.o uart.o serial-tools.o \
-                         nessie_bc_test.o \
-                        nessie_common.o cli.o string-extras.o performance_test.o
+$(ALGO_NAME)_TESTBIN  := main-camellia-test.o $(CLI_STD) $(BCAL_STD)  \
+                        bcal_camellia128.o   
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
 $(ALGO_NAME)_PERFORMANCE_TEST := "performance"