aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/device/Makefile.am
blob: 9af18f7382bcaf39b12f701d9aa49067a2710970 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
include $(top_srcdir)/Makefile.common

SUBDIRS = common

if DEVICE_IPC
SUBDIRS += ipc
endif

if DEVICE_USRP1
SUBDIRS += usrp1
endif

if DEVICE_UHD
SUBDIRS += uhd
endif

if DEVICE_LMS
SUBDIRS += lms
endif

if DEVICE_BLADE
SUBDIRS += bladerf
endif