X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fseed_C.mk;h=7c776668990858ee11fada235025e78cb7143f8d;hb=3790ef3b40efb6649a517144f3089aba564ca541;hp=05fd25d3600526786e6a541f73fbf76939c74879;hpb=74fe0d1999c8dee4babb971174648da906886874;p=avr-crypto-lib.git diff --git a/mkfiles/seed_C.mk b/mkfiles/seed_C.mk index 05fd25d..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 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"