aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-01-09 15:09:31 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2018-01-09 15:26:49 +0100
commit82f83ced736b17c11f906a788895f906b42b1baa (patch)
treebc9fdff7fe852958c9256a3ac7d4a7f86da5dc37 /Transceiver52M
parentcff4ed9b4c88db5e1698de5b9508d6a6682a8a26 (diff)
cosmetic: Remove trailing whitespace
Diffstat (limited to 'Transceiver52M')
-rw-r--r--Transceiver52M/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Transceiver52M/Makefile.am b/Transceiver52M/Makefile.am
index c2ab9ca..20d0bd6 100644
--- a/Transceiver52M/Makefile.am
+++ b/Transceiver52M/Makefile.am
@@ -32,7 +32,7 @@ else
ARCH_LA = x86/libarch.la
endif
-if USRP1
+if USRP1
AM_CPPFLAGS += $(USRP_CFLAGS)
else
AM_CPPFLAGS += $(UHD_CFLAGS)
@@ -99,7 +99,7 @@ osmo_trx_LDADD = \
$(GSM_LA) \
$(COMMON_LA) $(SQLITE3_LIBS)
-if USRP1
+if USRP1
libtransceiver_la_SOURCES += USRPDevice.cpp
osmo_trx_LDADD += $(USRP_LIBS)
else