]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/camellia.mk
modification to the build system
[avr-crypto-lib.git] / mkfiles / camellia.mk
index a34d538bd1e4368cceb8b93bd0e91315bb8651e1..1e304a9debb7a892f3570f9c9b3c8f4f162e2b8c 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 nessie_bc_test.o \
+                         nessie_bc_test.o \
                         nessie_common.o cli.o performance_test.o
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
 $(ALGO_NAME)_PEROFRMANCE_TEST := "performance"