aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/device/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2019-10-09Initial XTRX supportfairwaves/libxtrx-wipSergey Kostanbaev1-0/+4
Change-Id: I1067dfef53aa2669cc7c189cccae10074c674390
2019-05-06smpl_buf: Move it to device/common and create libdevice_common.laPau Espin Pedrol1-3/+1
Since in next commit osmo-trx-lms starts using smpl_buf.cpp, it seems some automake step doesn't like including a cpp file twice from a different directory, since race conditions can occur building it. Instead we define the dependency by first building a static lib and then using it on each libdevice.la (one per device type). We already do the similar under arch/ subdir, where we have a common/ subdir and then one subdir and lib per architecture. Change-Id: I465ad0f6d5569bb3006d711c8fd0df14391fcf35
2019-05-03Move smpl_buf out of uhd dir to re-use it in other devicesPau Espin Pedrol1-1/+1
Change-Id: I39ac8435072cff8d4dac786b31ff4af9b61a77fe
2018-06-13build: Add support for LimeSuite device backendPau Espin Pedrol1-0/+4
Change-Id: I239e1b37263a62b374d84974c9347e3654072e87
2018-04-24Build one osmo-trx binary for each device support enabledPau Espin Pedrol1-1/+3
Same way as we do in osmo-bts. After this commit, osmo-trx no longer exists. Instead, osmo-trx-uhd and osmo-trx-usrp1 are generated based on configure flags enabled. A new flag --with(out)-uhd has been added to enable/disable build of osmo-trx with UHD backend. It is left enabled by default to keep compatibility with older build scripts. Binary with USRP1 backend must still be manually enabled with --with-usrp1 flag. Change-Id: Iea8c0d7434762713a53440d29bf3ebd84accb262
2018-04-24Change configure define USRP1 to DEVICE_USRP1Pau Espin Pedrol1-1/+1
Similar as we do for ARCH_*, it's easier to find those are related to device support features. Change-Id: Iba238bff689b8f944af76120402c0fa2e29a70de
2018-04-24Move device specific files to device subdirPau Espin Pedrol1-0/+11
Change-Id: Ib42fef14bf4c7b779f44d99711a35c18b32a4c21