X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Farcfour_c.mk;h=5bee9f06208fd9f86465758976d55b3d1f8a5f98;hb=d32eba56ce10ea6b9eff123b50d9842673b38f2b;hp=d6770615e86c04a9274a80034250cf489029307a;hpb=65b5512d92a8b13973ae65201b18922b856328e5;p=avr-crypto-lib.git diff --git a/mkfiles/arcfour_c.mk b/mkfiles/arcfour_c.mk index d677061..5bee9f0 100644 --- a/mkfiles/arcfour_c.mk +++ b/mkfiles/arcfour_c.mk @@ -4,10 +4,9 @@ ALGO_NAME := ARCFOUR_C # comment out the following line for removement of ARCFOUR from the build process STREAM_CIPHERS += $(ALGO_NAME) +$(ALGO_NAME)_DIR := arcfour/ $(ALGO_NAME)_OBJ := arcfour.o -$(ALGO_NAME)_TEST_BIN := main-arcfour-test.o debug.o uart.o hexdigit_tab.o serial-tools.o \ - nessie_stream_test.o dbz_strings.o nessie_common.o cli.o string-extras.o \ - performance_test.o +$(ALGO_NAME)_TEST_BIN := main-arcfour-test.o $(CLI_STD) nessie_stream_test.o nessie_common.o performance_test.o $(ALGO_NAME)_NESSIE_TEST := "nessie" $(ALGO_NAME)_PERFORMANCE_TEST := "performance"