]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/seed_C.mk
fixing style, typos and uart
[avr-crypto-lib.git] / mkfiles / seed_C.mk
index 05fd25d3600526786e6a541f73fbf76939c74879..ed929bfacd97eba26607c1b30635de035a352bcf 100644 (file)
@@ -4,10 +4,10 @@ ALGO_NAME := SEED_C
 # comment out the following line for removement of SEED from the build process
 BLOCK_CIPHERS += $(ALGO_NAME)
 
-$(ALGO_NAME)_OBJ      := seed_C.o
-$(ALGO_NAME)_TEST_BIN := main-seed-test.o debug.o uart.o hexdigit_tab.o serial-tools.o \
-                         nessie_bc_test.o nessie_common.o \
-                         cli.o string-extras.o performance_test.o
+$(ALGO_NAME)_DIR      := seed/
+$(ALGO_NAME)_INCDIR   := bcal/
+$(ALGO_NAME)_OBJ      := seed_C.o seed_sbox.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"