]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/xtea.mk
modified structure
[avr-crypto-lib.git] / mkfiles / xtea.mk
index 68adcfb64cf2eff73a3f9793c95794a3e4822a69..f2d1169cc66c94d445d5398218d25b01462bd2df 100644 (file)
@@ -4,6 +4,7 @@ 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)_OBJ      := xtea-asm.o
 $(ALGO_NAME)_TEST_BIN := main-xtea-test.o $(CLI_STD) \
                          nessie_bc_test.o nessie_common.o performance_test.o