X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fcamellia.mk;h=f6befb095a0799b652cf1ab54e3a653ab9dffdd4;hb=572b35bb7409fb362441e0812cb62eab9f2411f0;hp=1e304a9debb7a892f3570f9c9b3c8f4f162e2b8c;hpb=2159c273c9d3361571a6ff1ab63d9bc76582fbab;p=avr-crypto-lib.git diff --git a/mkfiles/camellia.mk b/mkfiles/camellia.mk index 1e304a9..f6befb0 100644 --- a/mkfiles/camellia.mk +++ b/mkfiles/camellia.mk @@ -4,10 +4,10 @@ ALGO_NAME := CAMELLIA # comment out the following line for removement of Camellia from the build process BLOCK_CIPHERS += $(ALGO_NAME) -$(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 \ nessie_bc_test.o \ nessie_common.o cli.o performance_test.o $(ALGO_NAME)_NESSIE_TEST := "nessie" -$(ALGO_NAME)_PEROFRMANCE_TEST := "performance" +$(ALGO_NAME)_PERFORMANCE_TEST := "performance"