osmo-trx/Transceiver52M/device/lms
Pau Espin b5def414b8 smpl_buf: Move it to device/common and create libdevice_common.la
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-06 11:23:18 +02:00
..
LMSDevice.cpp Introduce LOGCHAN macro to standarize logging channel info 2019-05-06 11:21:43 +02:00
LMSDevice.h device: Drop unused numberRead/numberWritten APIs 2019-05-03 13:50:50 +02:00
Makefile.am smpl_buf: Move it to device/common and create libdevice_common.la 2019-05-06 11:23:18 +02:00