X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=xtea.mk;h=38f485bdc1a4862cab1287cff6b72848412f9145;hb=f58eb2f22289048ea43fd8124b912d653d3c646e;hp=e7b0a1d21fb437eea1996d6c867d783506014c24;hpb=222f3914d6308961e4e3d04ec0ea5e9ae652a1f9;p=avr-crypto-lib.git diff --git a/xtea.mk b/xtea.mk index e7b0a1d..38f485b 100644 --- a/xtea.mk +++ b/xtea.mk @@ -6,7 +6,8 @@ BLOCK_CIPHERS += $(ALGO_NAME) $(ALGO_NAME)_OBJ := xtea-asm.o $(ALGO_NAME)_TEST_BIN := main-xtea-test.o debug.o uart.o serial-tools.o \ - xtea-asm.o nessie_bc_test.o + xtea-asm.o nessie_bc_test.o nessie_common.o \ + cli.o performance_test.o $(ALGO_NAME)_NESSIE_TEST := "nessie" $(ALGO_NAME)_PEROFRMANCE_TEST := "performance"