aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-10-24 06:27:54 +0700
committerlaforge <laforge@osmocom.org>2020-10-24 19:44:21 +0000
commitbc5263cee1803fa7d3cd12d589aeaeafd4a82a6c (patch)
treec2de210da5750cfd16fa0c6f885f42ff993421d8
parent6b4acc12f773a336429144dbc54637feb8b681c3 (diff)
device/common/Makefile.am: remove $(LMS_CFLAGS) from AM_CXXFLAGS
This is device-independent code, so it should not be here. Change-Id: I1ffc3431a9a1a46c74c354b3f8a256684bfcbe73
-rw-r--r--Transceiver52M/device/common/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Transceiver52M/device/common/Makefile.am b/Transceiver52M/device/common/Makefile.am
index e14cc38..3c9324e 100644
--- a/Transceiver52M/device/common/Makefile.am
+++ b/Transceiver52M/device/common/Makefile.am
@@ -1,7 +1,7 @@
include $(top_srcdir)/Makefile.common
AM_CPPFLAGS = -Wall $(STD_DEFINES_AND_INCLUDES)
-AM_CXXFLAGS = -lpthread $(LIBOSMOCORE_CFLAGS) $(LIBOSMOCTRL_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(LMS_CFLAGS)
+AM_CXXFLAGS = -lpthread $(LIBOSMOCORE_CFLAGS) $(LIBOSMOCTRL_CFLAGS) $(LIBOSMOVTY_CFLAGS)
noinst_HEADERS = radioDevice.h smpl_buf.h