]> git.cryptolib.org Git - avr-crypto-lib.git/blob - mkfiles/a5_1.mk
switching to simualtion testport
[avr-crypto-lib.git] / mkfiles / a5_1.mk
1 # Makefile for A5/1 (from GSM)
2 ALGO_NAME := A51
3
4 # comment out the following line for removement of A5/1 from the build process
5 STREAM_CIPHERS += $(ALGO_NAME)
6
7 $(ALGO_NAME)_OBJ      := A5_1.o
8 $(ALGO_NAME)_DIR      := a51/
9 $(ALGO_NAME)_INCDIR   := memxor/ scal/
10 $(ALGO_NAME)_TESTBIN  := main-a5_1-test.o $(CLI_STD) $(SCAL_STD)
11 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
12 $(ALGO_NAME)_PERFORMANCE_TEST := "performance"
13