X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=mkfiles%2Farcfour_c.mk;h=2b8b7da367492789beb677b3de58b8f9f125ba04;hp=21061a5eedc1e6697868a0528c88e95e1ae3730a;hb=eb0cafe05ab4cdf60878dbd81e4ff3712d5150f2;hpb=2159c273c9d3361571a6ff1ab63d9bc76582fbab diff --git a/mkfiles/arcfour_c.mk b/mkfiles/arcfour_c.mk index 21061a5..2b8b7da 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 +$(ALGO_NAME)_TESTBIN := 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"