X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fcamellia.mk;h=988b29a725587dff896de57df56533d51363a2ff;hb=6483e60140be5fe4ab60de85cdf679fc0518dc99;hp=a34d538bd1e4368cceb8b93bd0e91315bb8651e1;hpb=2e7bb1f5e50ed450e1b3ab16283783ff64b66218;p=avr-crypto-lib.git diff --git a/mkfiles/camellia.mk b/mkfiles/camellia.mk index a34d538..988b29a 100644 --- a/mkfiles/camellia.mk +++ b/mkfiles/camellia.mk @@ -1,14 +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)_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 performance_test.o +$(ALGO_NAME)_DIR := camellia/ +$(ALGO_NAME)_OBJ := camellia128-stub.o camellia-asm.o +$(ALGO_NAME)_TEST_BIN := main-camellia-test.o $(CLI_STD) $(BCAL_STD) \ + bcal_camellia128.o $(ALGO_NAME)_NESSIE_TEST := "nessie" -$(ALGO_NAME)_PEROFRMANCE_TEST := "performance" +$(ALGO_NAME)_PERFORMANCE_TEST := "performance"