X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Farcfour_c.mk;h=5bee9f06208fd9f86465758976d55b3d1f8a5f98;hb=d32eba56ce10ea6b9eff123b50d9842673b38f2b;hp=21061a5eedc1e6697868a0528c88e95e1ae3730a;hpb=2159c273c9d3361571a6ff1ab63d9bc76582fbab;p=avr-crypto-lib.git diff --git a/mkfiles/arcfour_c.mk b/mkfiles/arcfour_c.mk index 21061a5..5bee9f0 100644 --- a/mkfiles/arcfour_c.mk +++ b/mkfiles/arcfour_c.mk @@ -4,9 +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 serial-tools.o \ - nessie_stream_test.o nessie_common.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)_PEROFRMANCE_TEST := "performance" +$(ALGO_NAME)_PERFORMANCE_TEST := "performance"