X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fa5_1.mk;h=2f1806f245dfa3b68f2e3da2b2916c914ea9bdb5;hb=e542ff92d053ecf40b42364a44bc887431cecae2;hp=6d89b623ff590183c836063980bbc4ec60a2d4ad;hpb=854dea52b9237692593d8bfc0619c194df5b9c3a;p=avr-crypto-lib.git diff --git a/mkfiles/a5_1.mk b/mkfiles/a5_1.mk index 6d89b62..2f1806f 100644 --- a/mkfiles/a5_1.mk +++ b/mkfiles/a5_1.mk @@ -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 serial-tools.o \ - nessie_stream_test.o nessie_common.o A5_1.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)_PEROFRMANCE_TEST := "performance" +$(ALGO_NAME)_PERFORMANCE_TEST := "performance"