blob: 8460a966722b0ca2dbfc2bb5cbdcd28f1c21607b [file] [log] [blame]
Pau Espin Pedrol2128a302018-04-24 16:16:06 +02001include $(top_srcdir)/Makefile.common
2
Pau Espin Pedrolb5def412019-05-03 21:08:40 +02003SUBDIRS = common
Pau Espin Pedrol2128a302018-04-24 16:16:06 +02004
Pau Espin Pedrola4316ee2018-04-24 16:29:05 +02005if DEVICE_USRP1
Pau Espin Pedrol2128a302018-04-24 16:16:06 +02006SUBDIRS += usrp1
Pau Espin Pedrolf3d7f442018-04-24 18:49:03 +02007endif
8
9if DEVICE_UHD
Pau Espin Pedrol2128a302018-04-24 16:16:06 +020010SUBDIRS += uhd
11endif
Pau Espin Pedrol1f50fed2018-04-25 11:12:06 +020012
13if DEVICE_LMS
14SUBDIRS += lms
15endif
Sergey Kostanbaev3e3507d2018-10-23 14:32:07 +030016
17if DEVICE_XTRX
18SUBDIRS += xtrx
19endif