]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/a5_1.mk
fixing style, typos and uart
[avr-crypto-lib.git] / mkfiles / a5_1.mk
index 63f59ec6f90994076bff03c9a224d9f0bc46183f..2f1806f245dfa3b68f2e3da2b2916c914ea9bdb5 100644 (file)
@@ -1,12 +1,13 @@
-# Makefile for ARCFOUR (RC4 compatible)
+# Makefile for A5/1 (from GSM)
 ALGO_NAME := A51
 
-# comment out the following line for removement of ARCFOUR from the build process
+# comment out the following line for removement of A5/1 from the build process
 STREAM_CIPHERS += $(ALGO_NAME)
 
 $(ALGO_NAME)_OBJ      := A5_1.o
-$(ALGO_NAME)_TEST_BIN := main-a5_1-test.o debug.o uart.o hexdigit_tab.o  \
-                         nessie_stream_test.o dbz_strings.o nessie_common.o cli.o string-extras.o
+$(ALGO_NAME)_DIR      := a51/
+$(ALGO_NAME)_INCDIR   := memxor/ scal/
+$(ALGO_NAME)_TESTBIN  := main-a5_1-test.o $(CLI_STD) $(SCAL_STD)
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
 $(ALGO_NAME)_PERFORMANCE_TEST := "performance"