aboutsummaryrefslogtreecommitdiffstats
path: root/bts/regen_makefile.sh
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-06-11 15:35:19 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-06-13 16:33:49 +0200
commitacc5119bacc59308aa42c51e0226ed12d1733480 (patch)
treee0466537f8963efe0d6d2df596cebcd8b7c5cb81 /bts/regen_makefile.sh
parent8ab9a7936bbf4b4c2b2de8bb703acadeb94fa358 (diff)
lib/IPA_Emulation: Build IPA_CTRL conditionally based on define
Diffstat (limited to 'bts/regen_makefile.sh')
-rwxr-xr-xbts/regen_makefile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bts/regen_makefile.sh b/bts/regen_makefile.sh
index c912da86..9f1bf1da 100755
--- a/bts/regen_makefile.sh
+++ b/bts/regen_makefile.sh
@@ -2,6 +2,6 @@
FILES="*.ttcn *.ttcnpp IPA_CodecPort_CtrlFunctDef.cc IPL4asp_PT.cc IPL4asp_discovery.cc TCCConversion.cc TCCInterface.cc UD_PT.cc RLCMAC_EncDec.cc Native_FunctionDefs.cc TRXC_CodecPort_CtrlFunctDef.cc L1CTL_PortType_CtrlFunctDef.cc TELNETasp_PT.cc"
-export CPPFLAGS_TTCN3="-DIPA_EMULATION_RSL -DIPA_EMULATION_OML"
+export CPPFLAGS_TTCN3="-DIPA_EMULATION_RSL -DIPA_EMULATION_OML -DIPA_EMULATION_CTRL"
../regen-makefile.sh BTS_Tests.ttcn $FILES