aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: e7610fe7bab1515cd7e617a4d8fb538dae621968 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUBDIRS = common

if ENABLE_SYSMOBTS
SUBDIRS += osmo-bts-sysmo
endif

if ENABLE_TRX
SUBDIRS += osmo-bts-trx
endif

if ENABLE_OCTPHY
SUBDIRS += osmo-bts-octphy
endif

if ENABLE_LC15BTS
SUBDIRS += osmo-bts-litecell15
endif