aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/Makefile.am
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2019-03-26 11:00:19 +0100
committerMax <msuraev@sysmocom.de>2019-03-26 11:06:05 +0100
commit4087e066547b1377f743c884e8950acf7c0d82c5 (patch)
treefcf357c48df38a9abc7ba2add85e9ea298027eaa /openbsc/src/Makefile.am
parent62b794f2711db5a6afb0a221af7cc79618b28ac0 (diff)
Drop Iu*S support and related dependencies
There's optional libiu for Iu*S support but it's just a leftover from pre repo-split times: * it's not used by any code * it's not checked by gerrit verification in osmo-ci * it's disabled by default * it's not supported in .deb packages Instead of dragging old code in unknown stage of bit-rotting, let's just drop it completely. Change-Id: Id5678a74504b4456aba0438ccc34731770801128
Diffstat (limited to 'openbsc/src/Makefile.am')
-rw-r--r--openbsc/src/Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/openbsc/src/Makefile.am b/openbsc/src/Makefile.am
index 86d6f8f83..46f30d7c1 100644
--- a/openbsc/src/Makefile.am
+++ b/openbsc/src/Makefile.am
@@ -30,13 +30,6 @@ SUBDIRS = \
libcommon-cs \
$(NULL)
-# Conditional Libraries
-if BUILD_IU
-SUBDIRS += \
- libiu \
- $(NULL)
-endif
-
# Programs
SUBDIRS += \
osmo-nitb \