blob: 9af18f7382bcaf39b12f701d9aa49067a2710970 [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
Eric Wild1e17c4f2020-03-24 17:19:27 +01005if DEVICE_IPC
6SUBDIRS += ipc
7endif
8
Pau Espin Pedrola4316ee2018-04-24 16:29:05 +02009if DEVICE_USRP1
Pau Espin Pedrol2128a302018-04-24 16:16:06 +020010SUBDIRS += usrp1
Pau Espin Pedrolf3d7f442018-04-24 18:49:03 +020011endif
12
13if DEVICE_UHD
Pau Espin Pedrol2128a302018-04-24 16:16:06 +020014SUBDIRS += uhd
15endif
Pau Espin Pedrol1f50fed2018-04-25 11:12:06 +020016
17if DEVICE_LMS
18SUBDIRS += lms
19endif
Eric7d897cb2022-11-28 19:20:32 +010020
21if DEVICE_BLADE
22SUBDIRS += bladerf
23endif