From dd3214e831d5496103d67ccc37f84c915fd97dea Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Mon, 15 Aug 2022 18:51:20 +0700 Subject: [PATCH] all.deps, {sanitize,werror}.opts: add project - libosmo-gprs Change-Id: I707e6ee0af6bcb940d5e77475bc581c0d07de6d7 --- all.deps | 3 ++- sanitize.opts | 1 + werror.opts | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/all.deps b/all.deps index 7e099cf..5cb4811 100644 --- a/all.deps +++ b/all.deps @@ -1,6 +1,7 @@ # project build these first libosmocore libosmo-abis libosmocore +libosmo-gprs libosmocore libosmo-netif libosmo-abis libosmo-sccp libosmo-netif libsmpp34 @@ -19,7 +20,7 @@ osmo-smlc libosmo-sccp # When omitting --enable-sanitize from osmo-trx only, its 'make check' will fail. # So if you want osmo-trx, use no sanitize.opts, or use LD_PRELOAD for osmo-trx binaries. osmo-trx libosmocore -osmo-pcu libosmocore +osmo-pcu libosmocore libosmo-gprs asn1c libasn1c osmo-gbproxy libosmocore osmo-pcap libosmocore diff --git a/sanitize.opts b/sanitize.opts index 51721bc..7abb8c6 100644 --- a/sanitize.opts +++ b/sanitize.opts @@ -1,6 +1,7 @@ libasn1c --enable-sanitize libosmo-abis --enable-sanitize libosmocore --enable-sanitize +libosmo-gprs --enable-sanitize libosmo-netif --enable-sanitize libosmo-sccp --enable-sanitize libosmo-pfcp --enable-sanitize diff --git a/werror.opts b/werror.opts index af7c8dd..1e7079a 100644 --- a/werror.opts +++ b/werror.opts @@ -1,6 +1,7 @@ libasn1c --enable-werror libosmo-abis --enable-werror libosmocore --enable-werror +libosmo-gprs --enable-werror libosmo-netif --enable-werror libosmo-sccp --enable-werror libosmo-pfcp --enable-werror