]> git.cryptolib.org Git - arm-crypto-lib.git/blobdiff - mkfiles/present.mk
more of the present stuff
[arm-crypto-lib.git] / mkfiles / present.mk
index e3154a71b5441a4b80fa65928e20fb01f6ec0a0d..7571b28b84545f7a84246fcf1d27264749913126 100644 (file)
@@ -5,9 +5,9 @@ ALGO_NAME := PRESENT
 BLOCK_CIPHERS += $(ALGO_NAME)
 
 $(ALGO_NAME)_DIR      := present/
-$(ALGO_NAME)_OBJ      := present.o
-$(ALGO_NAME)_INCDIR   := bcal/
-$(ALGO_NAME)_TESTBIN := 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"