aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-07-05 14:53:48 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-07-05 13:50:23 +0000
commitfd7c7e4653a4e514698999434e8b0c67633bdcc5 (patch)
tree41dd87d86b70f0876d6c23be8bbd7edff7e5c8a8 /Makefile
parentf90ee3550bf6e78e8afed67de9b682023eba6af4 (diff)
[BGPVPN] Enable/add plugin build to ISO.
Change-Id: I4d01e9f9aeea3b0ab5bcc7fbe6840b8960fff5d9
Diffstat (limited to 'Makefile')
-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 \