Change in osmo-trx[master]: configure.ac: add --with-ipc

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Hoernchen gerrit-no-reply at lists.osmocom.org
Fri Aug 14 02:09:30 UTC 2020


Hello osmith,

I'd like you to do a code review. Please visit

    https://gerrit.osmocom.org/c/osmo-trx/+/19643

to review the following change.


Change subject: configure.ac: add --with-ipc
......................................................................

configure.ac: add --with-ipc

Change-Id: Ie7b1b07479b81366cebaa081d80917ae868992b4
---
M configure.ac
1 file changed, 6 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/43/19643/1

diff --git a/configure.ac b/configure.ac
index d4722cf..9966e39 100644
--- a/configure.ac
+++ b/configure.ac
@@ -140,6 +140,11 @@
         [enable LimeSuite based transceiver])
 ])
 
+AC_ARG_WITH(ipc, [
+    AS_HELP_STRING([--with-ipc],
+        [enable IPC])
+])
+
 AC_ARG_WITH(singledb, [
     AS_HELP_STRING([--with-singledb],
         [enable single daughterboard use on USRP1])
@@ -241,6 +246,7 @@
 AM_CONDITIONAL(DEVICE_UHD, [test "x$with_uhd" != "xno"])
 AM_CONDITIONAL(DEVICE_USRP1, [test "x$with_usrp1" = "xyes"])
 AM_CONDITIONAL(DEVICE_LMS, [test "x$with_lms" = "xyes"])
+AM_CONDITIONAL(DEVICE_IPC, [test "x$with_ipc" = "xyes"])
 AM_CONDITIONAL(ARCH_ARM, [test "x$with_neon" = "xyes" || test "x$with_neon_vfpv4" = "xyes"])
 AM_CONDITIONAL(ARCH_ARM_A15, [test "x$with_neon_vfpv4" = "xyes"])
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-trx/+/19643
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: Ie7b1b07479b81366cebaa081d80917ae868992b4
Gerrit-Change-Number: 19643
Gerrit-PatchSet: 1
Gerrit-Owner: Hoernchen <ewild at sysmocom.de>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200814/f98cf629/attachment.htm>


More information about the gerrit-log mailing list