X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Farcfour_c.mk;h=aa6d0eb79dee2a3c0b8a4e4a21761c8623810ba6;hb=66c915087d1f7b8eb7280be43c16e9588faf2e55;hp=8e70754bf845ba6df32da9ac0a4cdf15a68bbe84;hpb=cb23251fd9f7c2d9e519a84b6975091bceb0fa66;p=avr-crypto-lib.git diff --git a/mkfiles/arcfour_c.mk b/mkfiles/arcfour_c.mk index 8e70754..aa6d0eb 100644 --- a/mkfiles/arcfour_c.mk +++ b/mkfiles/arcfour_c.mk @@ -4,9 +4,10 @@ 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)_INCDIR := memxor/ scal/ $(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 arcfour.o +$(ALGO_NAME)_TEST_BIN := main-arcfour-test.o $(CLI_STD) $(SCAL_STD) scal_arcfour.o $(ALGO_NAME)_NESSIE_TEST := "nessie" -$(ALGO_NAME)_PEROFRMANCE_TEST := "performance" +$(ALGO_NAME)_PERFORMANCE_TEST := "performance"