aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-09-30 18:44:24 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2018-09-30 11:49:21 +0000
commit85485c3db4a88dd06051ed43758e2afa12952c07 (patch)
treed6c171e9e8e97a3cacfb8268e49486831dd46336
parenteeba57652af493da57655444b6f44387cb49633d (diff)
contrib/jenkins_*.sh: drop rudimentary '--with-osmo-pcu'
The '--with-osmo-pcu' flag dates back to a time where the 'pcu_interface' header was not copied in both repositories and you had to point one to the other. Change-Id: I79e494484cb099cc9ca8c27c38b785c5ea8c3bc6 Closes OS#3514
-rwxr-xr-xcontrib/jenkins_bts_trx.sh1
-rwxr-xr-xcontrib/jenkins_oct_and_bts_trx.sh1
2 files changed, 0 insertions, 2 deletions
diff --git a/contrib/jenkins_bts_trx.sh b/contrib/jenkins_bts_trx.sh
index 1b723e67..54efa56f 100755
--- a/contrib/jenkins_bts_trx.sh
+++ b/contrib/jenkins_bts_trx.sh
@@ -16,7 +16,6 @@ cd "$deps"
configure_flags="\
--enable-sanitize \
--enable-werror \
- --with-osmo-pcu=$deps/osmo-pcu/include \
--enable-trx \
"
diff --git a/contrib/jenkins_oct_and_bts_trx.sh b/contrib/jenkins_oct_and_bts_trx.sh
index 049f5f79..67f67aa4 100755
--- a/contrib/jenkins_oct_and_bts_trx.sh
+++ b/contrib/jenkins_oct_and_bts_trx.sh
@@ -17,7 +17,6 @@ osmo-layer1-headers.sh oct "$FIRMWARE_VERSION"
configure_flags="\
--enable-werror \
- --with-osmo-pcu=$deps/osmo-pcu/include \
--with-octsdr-2g=$deps/layer1-headers/ \
--enable-octphy \
--enable-trx \