Files
osmo-trx/Transceiver52M/device/Makefile.am
Sergey Kostanbaev 3e3507d09d Initial XTRX support
Change-Id: I1067dfef53aa2669cc7c189cccae10074c674390
2019-10-09 01:47:55 +03:00

20 lines
206 B
Makefile

include $(top_srcdir)/Makefile.common
SUBDIRS = common
if DEVICE_USRP1
SUBDIRS += usrp1
endif
if DEVICE_UHD
SUBDIRS += uhd
endif
if DEVICE_LMS
SUBDIRS += lms
endif
if DEVICE_XTRX
SUBDIRS += xtrx
endif