diff options
author | Billy O'Mahony <billy.o.mahony@intel.com> | 2016-01-27 16:55:52 +0000 |
---|---|---|
committer | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2016-01-28 16:55:16 +0100 |
commit | bf6f1ba5b6e91cf73e74b4fe50063f88d74f18b3 (patch) | |
tree | 01c863aa426a63dd680b5ae9a2930848e3443ddc /build/f_isoroot | |
parent | 5b7ac299f8ed8235fc891db4eedfa55ef26fc52e (diff) |
fuel-plugin-ovsnfv: Enable plugin after rebase
Change-Id: I08ae033e905cae9c2f7cd4f8cc66e8f78f1d54c4
Signed-off-by: Billy O'Mahony <billy.o.mahony@intel.com>
Diffstat (limited to 'build/f_isoroot')
-rw-r--r-- | build/f_isoroot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/f_isoroot/Makefile b/build/f_isoroot/Makefile index 33dedc74a..e6a4450f6 100644 --- a/build/f_isoroot/Makefile +++ b/build/f_isoroot/Makefile @@ -9,7 +9,7 @@ ############################################################################## # Add Fuel plugin build targets here -PLUGINS = f_odlpluginbuild f_onosfwpluginbuild +PLUGINS = f_odlpluginbuild f_onosfwpluginbuild f_ovsnfv-dpdk-pluginbuild #NON_8-0_REBASED_PLUGINS = f_qemupluginbuild f_ovs-nsh-dpdk-pluginbuild f_onosfwpluginbuild f_bgpvpn-pluginbuild f_ovsnfv-dpdk-pluginbuild f_vsperfpluginbuild # If the BUILD_FUEL_PLUGINS environment variable is set, only build the plugins |