X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fxtea.mk;h=ae244c328ee88941b6131d0d70e2110124a5a189;hb=7b5401ab9ce23a5da1de8b6c7de3a1aa20ac4cf8;hp=67abbe6e4bbdbd457fe6ede4155bbec5c712d864;hpb=65b5512d92a8b13973ae65201b18922b856328e5;p=avr-crypto-lib.git diff --git a/mkfiles/xtea.mk b/mkfiles/xtea.mk index 67abbe6..ae244c3 100644 --- a/mkfiles/xtea.mk +++ b/mkfiles/xtea.mk @@ -4,9 +4,10 @@ ALGO_NAME := XTEA # comment out the following line for removement of XTEA from the build process BLOCK_CIPHERS += $(ALGO_NAME) +$(ALGO_NAME)_DIR := xtea/ +$(ALGO_NAME)_INCDIR := bcal/ $(ALGO_NAME)_OBJ := xtea-asm.o -$(ALGO_NAME)_TEST_BIN := main-xtea-test.o debug.o uart.o hexdigit_tab.o serial-tools.o \ - nessie_bc_test.o dbz_strings.o nessie_common.o cli.o string-extras.o performance_test.o +$(ALGO_NAME)_TEST_BIN := main-xtea-test.o bcal_xtea.o $(CLI_STD) $(BCAL_STD) $(ALGO_NAME)_NESSIE_TEST := "nessie" $(ALGO_NAME)_PERFORMANCE_TEST := "performance"