]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/arcfour.mk
fixing style, typos and uart
[avr-crypto-lib.git] / mkfiles / arcfour.mk
index 7e8e33b8df5d5fdf667bec92d11f8d674731306a..128f65964df5fdfdaecf78f90c267538afa3142e 100644 (file)
@@ -4,10 +4,10 @@ ALGO_NAME := ARCFOUR
 # 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-asm.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 string-extras.o \
-                         performance_test.o
+$(ALGO_NAME)_INCDIR   := memxor/ scal/
+$(ALGO_NAME)_TESTBIN  := main-arcfour-test.o $(CLI_STD) $(SCAL_STD) scal_arcfour.o
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
 $(ALGO_NAME)_PERFORMANCE_TEST := "performance"