aboutsummaryrefslogtreecommitdiffstats
path: root/make/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'make/Makefile')
-rw-r--r--make/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/make/Makefile b/make/Makefile
index 4ee4525..27414f3 100644
--- a/make/Makefile
+++ b/make/Makefile
@@ -19,6 +19,8 @@ UID=$(shell id -u)
NAME?=$(shell basename $(CURDIR))
ASTERISK_BRANCH?=jolly/work
LIBOSMOCORE_BRANCH?=master
+LIBOSMOABIS_BRANCH?=master
+LIBOSMONETIF_BRANCH?=master
OSMO_TTCN3_BRANCH?=master
OSMO_BB_BRANCH?=master
OSMO_BSC_BRANCH?=master
@@ -104,6 +106,8 @@ docker-build: .release
--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=$(OSMOCOM_REPO_TESTSUITE_MIRROR) \
--build-arg ASTERISK_BRANCH=$(ASTERISK_BRANCH) \
--build-arg LIBOSMOCORE_BRANCH=$(LIBOSMOCORE_BRANCH) \
+ --build-arg LIBOSMOABIS_BRANCH=$(LIBOSMOABIS_BRANCH) \
+ --build-arg LIBOSMONETIF_BRANCH=$(LIBOSMONETIF_BRANCH) \
--build-arg OSMO_BB_BRANCH=$(OSMO_BB_BRANCH) \
--build-arg OSMO_BSC_BRANCH=$(OSMO_BSC_BRANCH) \
--build-arg OSMO_BTS_BRANCH=$(OSMO_BTS_BRANCH) \