]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/seed.mk
switching uart header file
[avr-crypto-lib.git] / mkfiles / seed.mk
index 12d8d59552d550d9f48475a030cb4f0704d73a80..62767b29e4353d2cb6356f4a1a6aa7d17bef6c07 100644 (file)
@@ -4,10 +4,10 @@ ALGO_NAME := SEED
 # comment out the following line for removement of SEED from the build process
 BLOCK_CIPHERS += $(ALGO_NAME)
 
+$(ALGO_NAME)_DIR      := seed/
+$(ALGO_NAME)_INCDIR   := bcal/
 $(ALGO_NAME)_OBJ      := seed-asm.o
-$(ALGO_NAME)_TEST_BIN := main-seed-test.o debug.o uart.o hexdigit_tab.o serial-tools.o \
-                         nessie_bc_test.o dbz_strings.o nessie_common.o \
-                         cli.o string-extras.o performance_test.o
+$(ALGO_NAME)_TESTBIN  := main-seed-test.o bcal_seed.o $(CLI_STD) $(BCAL_STD) 
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
 $(ALGO_NAME)_PERFORMANCE_TEST := "performance"