]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/arcfour_c.mk
fixing style, typos and uart
[avr-crypto-lib.git] / mkfiles / arcfour_c.mk
index 8e70754bf845ba6df32da9ac0a4cdf15a68bbe84..2b8b7da367492789beb677b3de58b8f9f125ba04 100644 (file)
@@ -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)_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"