]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/camellia.mk
backporting uart_i and cli
[avr-crypto-lib.git] / mkfiles / camellia.mk
index 06d99d647e9e2254171affe6ed76fe0150dff995..0a7fbc5b0ad6b36ce24208b8d9a7bfa1c96f63b4 100644 (file)
@@ -1,13 +1,12 @@
 # Makefile for camellia
 ALGO_NAME := CAMELLIA
 
-# comment out the following line for removement of serpent from the build process
+# comment out the following line for removement of Camellia from the build process
 BLOCK_CIPHERS += $(ALGO_NAME)
 
-# main-camellia-test.o debug.o uart.o serial-tools.o camellia.o camellia-asm.o
-$(ALGO_NAME)_OBJ      := camellia.o camellia-asm.o
-$(ALGO_NAME)_TEST_BIN := main-camellia-test.o debug.o uart.o serial-tools.o \
-                         camellia.o camellia-asm.o
+$(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
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
-$(ALGO_NAME)_PEROFRMANCE_TEST := "performance"
+$(ALGO_NAME)_PERFORMANCE_TEST := "performance"