X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fseed_C.mk;h=7c776668990858ee11fada235025e78cb7143f8d;hb=d32eba56ce10ea6b9eff123b50d9842673b38f2b;hp=0cc6ea3f360ab4eff5fe65eab2dea5fdb14aabdb;hpb=65b5512d92a8b13973ae65201b18922b856328e5;p=avr-crypto-lib.git diff --git a/mkfiles/seed_C.mk b/mkfiles/seed_C.mk index 0cc6ea3..7c77666 100644 --- a/mkfiles/seed_C.mk +++ b/mkfiles/seed_C.mk @@ -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)_DIR := seed/ $(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 dbz_strings.o nessie_common.o \ - cli.o string-extras.o performance_test.o +$(ALGO_NAME)_TEST_BIN := main-seed-test.o $(CLI_STD) \ + nessie_bc_test.o nessie_common.o performance_test.o $(ALGO_NAME)_NESSIE_TEST := "nessie" $(ALGO_NAME)_PERFORMANCE_TEST := "performance"