X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=mkfiles%2Fxtea_c.mk;h=7ebbded885c89290c833929aadf59ca3c4826cf5;hp=157df8783ab5911f8d74804b74512b368fe84f06;hb=2159c273c9d3361571a6ff1ab63d9bc76582fbab;hpb=4d76909e4282baf1420ee309e270384246b241b8 diff --git a/mkfiles/xtea_c.mk b/mkfiles/xtea_c.mk index 157df87..7ebbded 100644 --- a/mkfiles/xtea_c.mk +++ b/mkfiles/xtea_c.mk @@ -6,8 +6,7 @@ BLOCK_CIPHERS += $(ALGO_NAME) $(ALGO_NAME)_OBJ := xtea.o $(ALGO_NAME)_TEST_BIN := main-xtea-test.o debug.o uart.o serial-tools.o \ - xtea.o nessie_bc_test.o nessie_common.o \ - cli.o performance_test.o + nessie_bc_test.o nessie_common.o cli.o performance_test.o $(ALGO_NAME)_NESSIE_TEST := "nessie" $(ALGO_NAME)_PEROFRMANCE_TEST := "performance"