X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Farcfour_c.mk;h=2b8b7da367492789beb677b3de58b8f9f125ba04;hb=HEAD;hp=7e3d23ed7aa591f2a95f1bf32000ec7920ca5d61;hpb=f0ca870318011539b8cab50cf3e9b96a19307deb;p=avr-crypto-lib.git diff --git a/mkfiles/arcfour_c.mk b/mkfiles/arcfour_c.mk index 7e3d23e..2b8b7da 100644 --- a/mkfiles/arcfour_c.mk +++ b/mkfiles/arcfour_c.mk @@ -4,10 +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 cli.o \ - performance_test.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"