aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: b28702649cffaf07e196283f85d6987996879037 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SUBDIRS = common osmo-bts-virtual osmo-bts-omldummy

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-lc15
endif

if ENABLE_OC2GBTS
SUBDIRS += osmo-bts-oc2g
endif