summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-07-05 13:52:59 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-07-05 13:52:59 +0000
commitda59249edf7ad8b4189d6b2cb8dfc931b3f774d0 (patch)
tree4220bdb50f37ae232ff7dc0610ad70f8294995bf
parent4a34951f52904a367000bcb17b25b2e61a941fd2 (diff)
parentfd7c7e4653a4e514698999434e8b0c67633bdcc5 (diff)
Merge "[BGPVPN] Enable/add plugin build to ISO."
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b38b6144..fb1f4a2a 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ endif
build:
cd ${root}/upstream/fuel/build && \
make \
- BUILD_FUEL_PLUGINS=f_odlpluginbuild \
+ BUILD_FUEL_PLUGINS="f_odlpluginbuild f_bgpvpn-pluginbuild" \
UBUNTU_ARCH="amd64 arm64" \
FUELLIB_REPO=${root}/upstream/fuel-library \
FUELLIB_COMMIT=HEAD \