]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/present.mk
fixing style, typos and uart
[avr-crypto-lib.git] / mkfiles / present.mk
index 7c623452b6ea30b46196911c498f9ad64a69e303..7571b28b84545f7a84246fcf1d27264749913126 100644 (file)
@@ -5,9 +5,9 @@ ALGO_NAME := PRESENT
 BLOCK_CIPHERS += $(ALGO_NAME)
 
 $(ALGO_NAME)_DIR      := present/
-$(ALGO_NAME)_INCDIR   := bcal/
-$(ALGO_NAME)_OBJ      := present.o
-$(ALGO_NAME)_TEST_BIN := main-present-test.o bcal_present.o $(CLI_STD) $(BCAL_STD)
+$(ALGO_NAME)_INCDIR   := bcal/ memxor/
+$(ALGO_NAME)_OBJ      := present_common.o present80.o present128.o memxor.o
+$(ALGO_NAME)_TESTBIN  := main-present-test.o bcal_present80.o bcal_present128.o $(CLI_STD) $(BCAL_STD)
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
 $(ALGO_NAME)_PERFORMANCE_TEST := "performance"