1
0
Fork 0

coverity: drop --enable-sysmocom-bts for osmo-pcu

There is no such parameter in osmo-pcu's configure script.

Change-Id: I7f06f3d804acd97526a9eb0f93a23375ec555ee8
This commit is contained in:
Vadim Yanitskiy 2021-10-20 22:58:38 +03:00
parent 8b8051689f
commit acf98b8ec0
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ build_osmobts() {
build_osmopcu() {
pushd osmo-pcu
do_build --enable-sysmocom-bts=yes --enable-sysmocom-dsp=yes
do_build --enable-sysmocom-dsp=yes
popd
}