]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/present.mk
clean up
[avr-crypto-lib.git] / mkfiles / present.mk
index 2c8e9d1e3543b8115ccaaedd17ba672b4e1342ed..7c623452b6ea30b46196911c498f9ad64a69e303 100644 (file)
@@ -4,10 +4,10 @@ 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)_INCDIR   := bcal/
 $(ALGO_NAME)_OBJ      := present.o
-$(ALGO_NAME)_TEST_BIN := main-present-test.o debug.o uart.o hexdigit_tab.o  \
-                         nessie_bc_test.o dbz_strings.o nessie_common.o cli.o string-extras.o performance_test.o
+$(ALGO_NAME)_TEST_BIN := main-present-test.o bcal_present.o $(CLI_STD) $(BCAL_STD)
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
 $(ALGO_NAME)_PERFORMANCE_TEST := "performance"