Change-Id: I1a57751cd178c4d5886b394509a5f94ae8b8b0d5
Signed-off-by: Michael Marchetti <mmarchetti@sandvine.com>
CMD_DOCKER_ARGS ?= -q
DOCKER_ARGS = $(CMD_DOCKER_ARGS)
-DEPS := MON IM LCM RO common osmclient devops NBI policy-module Keystone
+DEPS := MON IM LCM RO common osmclient devops NBI policy-module Keystone N2VC
DEPS_TARGETS = $(addprefix $(MKBUILD)/.dep_, $(DEPS))
--build-arg NBI_VERSION==$(shell cat $(MKBUILD)/.dep_NBI) \
--build-arg POL_VERSION==$(shell cat $(MKBUILD)/.dep_policy-module) \
--build-arg DEVOPS_VERSION==$(shell cat $(MKBUILD)/.dep_devops) \
+ --build-arg N2VC_VERSION==$(shell cat $(MKBUILD)/.dep_N2VC) \
--build-arg LWUI_VERSION==$(shell date +%s) \
$(DOCKER_ARGS) .