X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=mkfiles%2Fpresent.mk;h=3c73f82763d99e66c243621e64849c3fdd9009f0;hp=3a4012c76fc500dce0cf570c8f3d5b0b1f658365;hb=d32eba56ce10ea6b9eff123b50d9842673b38f2b;hpb=8f855d283a31a468ea014774c4723a8b77b81644 diff --git a/mkfiles/present.mk b/mkfiles/present.mk index 3a4012c..3c73f82 100644 --- a/mkfiles/present.mk +++ b/mkfiles/present.mk @@ -4,7 +4,7 @@ ALGO_NAME := PRESENT # comment out the following line for removement of present from the build process BLOCK_CIPHERS += $(ALGO_NAME) - +$(ALGO_NAME)_DIR := present/ $(ALGO_NAME)_OBJ := present.o $(ALGO_NAME)_TEST_BIN := main-present-test.o $(CLI_STD) \ nessie_bc_test.o nessie_common.o performance_test.o