mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-trx.git
synced 2025-11-02 13:13:17 +00:00
20 lines
206 B
Makefile
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
|