summaryrefslogtreecommitdiffstats
path: root/src/gsm/Makefile.am
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2017-01-13 02:23:01 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2017-02-09 06:39:58 +0000
commit2c717948d91540016067f87bb3e0913067d42647 (patch)
treef2df2b6ac055a7bd1f5d5ef54be2566bfb6d3d6f /src/gsm/Makefile.am
parent4ffb43f654d12663af0c072eb6191716d377f4b5 (diff)
utils/conv_gen.py: improve application flexibility
This change makes the conv_gen application more interactive and flexible, allowing to generate not only code definitions but also the test vectors and header files in the future. Moreover, it becomes possible to select exact code family, such as GSM, GMR etc. Change-Id: I0b476b00234c17f78b41d695cf3bfd13edb64c28
Diffstat (limited to 'src/gsm/Makefile.am')
-rw-r--r--src/gsm/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gsm/Makefile.am b/src/gsm/Makefile.am
index 4ec441fd..653bdb96 100644
--- a/src/gsm/Makefile.am
+++ b/src/gsm/Makefile.am
@@ -35,6 +35,6 @@ EXTRA_DIST = libosmogsm.map
# Convolutional codes generation
gsm0503_conv.c:
- $(AM_V_GEN)python2 $(top_srcdir)/utils/conv_gen.py
+ $(AM_V_GEN)python2 $(top_srcdir)/utils/conv_gen.py gen_codes gsm
CLEANFILES = gsm0503_conv.c