coverity: build osmo-trx with USRP1 support

This allows Coverity to analyze the libusrp specific code.

Change-Id: I36df72149a32cb0df43c74af910d1fbb92b88f4a
This commit is contained in:
Vadim Yanitskiy 2021-10-20 23:45:45 +03:00
parent 0909dade00
commit 27e5f8ac15
2 changed files with 12 additions and 0 deletions

View File

@ -39,6 +39,15 @@ build_libasn1c() {
popd
}
build_libusrp() {
pushd libusrp
PM=$PARALLEL_MAKE
PARALLEL_MAKE=""
do_build
PARALLEL_MAKE=$PM
popd
}
build_osmocombb() {
pushd osmocom-bb/src/
make nofirmware
@ -53,6 +62,7 @@ build_layer1api
build_default asn1c
build_default libosmocore
build_libasn1c
build_libusrp
build_default libosmo-abis
build_default libosmo-netif
build_default libosmo-sccp
@ -85,6 +95,7 @@ build_default osmo-gmr
build_default osmo-sip-connector
build_default osmo-trx \
--with-usrp1 \
--with-uhd \
--with-lms \
--with-ipc

View File

@ -13,6 +13,7 @@ for proj in \
libosmo-netif \
libosmo-sccp \
libsmpp34 \
libusrp \
osmo-bsc \
osmo-msc \
osmo-mgw \