aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/device/Makefile.am
diff options
context:
space:
mode:
authorSergey Kostanbaev <sergey.kostanbaev@gmail.com>2018-10-23 14:32:07 +0300
committerAlexander Chemeris <Alexander.Chemeris@gmail.com>2019-10-09 01:47:55 +0300
commit3e3507d09df3ae17855e4ca0d41d5d599c9866f2 (patch)
tree81877443d0294ce7f4945030273507aee5071be6 /Transceiver52M/device/Makefile.am
parentbcd1e7255838524c50bc3e36cb9032151e9b1344 (diff)
Initial XTRX supportfairwaves/libxtrx-wip
Diffstat (limited to 'Transceiver52M/device/Makefile.am')
-rw-r--r--Transceiver52M/device/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Transceiver52M/device/Makefile.am b/Transceiver52M/device/Makefile.am
index 369e877..8460a96 100644
--- a/Transceiver52M/device/Makefile.am
+++ b/Transceiver52M/device/Makefile.am
@@ -13,3 +13,7 @@ endif
if DEVICE_LMS
SUBDIRS += lms
endif
+
+if DEVICE_XTRX
+SUBDIRS += xtrx
+endif