X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fcamellia.mk;h=db85f5012f99b769b8ff6c7a750b59e60b554458;hb=e5a49deb52521f019e37779d6e9d81ec4f02aba4;hp=06d99d647e9e2254171affe6ed76fe0150dff995;hpb=e048ac1e57d345b12b4019447ddfddfdd3dc52fc;p=avr-crypto-lib.git diff --git a/mkfiles/camellia.mk b/mkfiles/camellia.mk index 06d99d6..db85f50 100644 --- a/mkfiles/camellia.mk +++ b/mkfiles/camellia.mk @@ -1,13 +1,13 @@ # 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)_OBJ := camellia128-stub.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_common.o cli.o string-extras.o performance_test.o $(ALGO_NAME)_NESSIE_TEST := "nessie" -$(ALGO_NAME)_PEROFRMANCE_TEST := "performance" +$(ALGO_NAME)_PERFORMANCE_TEST := "performance"