aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: a29a9230b8b6f76f65c2c53f2c62ef8e867ea819 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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