aboutsummaryrefslogtreecommitdiffstats
path: root/coverity/build_Osmocom.sh
diff options
context:
space:
mode:
Diffstat (limited to 'coverity/build_Osmocom.sh')
-rwxr-xr-xcoverity/build_Osmocom.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/coverity/build_Osmocom.sh b/coverity/build_Osmocom.sh
index 650fa0e..ef45b7a 100755
--- a/coverity/build_Osmocom.sh
+++ b/coverity/build_Osmocom.sh
@@ -61,6 +61,12 @@ build_libsmpp34() {
popd
}
+build_osmocombb() {
+ pushd osmocom-bb/src/
+ make nofirmware
+ popd
+}
+
cd "$src_dir"
rm -rf "$prefix"
@@ -92,3 +98,6 @@ build_default osmo-gmr
build_default osmo-sip-connector
build_default osmo-trx
+
+# OsmocomBB (without firmware)
+build_osmocombb