mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-trx.git
synced 2025-11-02 13:13:17 +00:00
Neither VTY nor CTRL API is used in device specific code, excluding the 'uhd' where osmo_cpu_sched_vty_apply_localthread() is called. Change-Id: I568b443da4b96c005734d749faa22b9c7440f951
17 lines
403 B
Makefile
17 lines
403 B
Makefile
include $(top_srcdir)/Makefile.common
|
|
|
|
AM_CPPFLAGS = -Wall $(STD_DEFINES_AND_INCLUDES) -I${srcdir}/../common
|
|
AM_CXXFLAGS = -lpthread $(LIBOSMOCORE_CFLAGS) $(USRP_CFLAGS)
|
|
|
|
rev2dir = $(datadir)/usrp/rev2
|
|
rev4dir = $(datadir)/usrp/rev4
|
|
|
|
dist_rev2_DATA = std_inband.rbf
|
|
dist_rev4_DATA = std_inband.rbf
|
|
|
|
noinst_HEADERS = USRPDevice.h
|
|
|
|
noinst_LTLIBRARIES = libdevice.la
|
|
|
|
libdevice_la_SOURCES = USRPDevice.cpp
|