diff options
author | Billy O'Mahony <billy.o.mahony@intel.com> | 2016-01-27 16:55:52 +0000 |
---|---|---|
committer | Stefan Berg <sfb@consultron.com> | 2016-01-29 14:35:41 +0100 |
commit | ddbd129a4b666ffccbf253830ae66eb3d703ba3b (patch) | |
tree | 2883b4599db9cabc5f874f775d68e84d9e5b8d2a /build/f_isoroot | |
parent | 8383c95e26d0e8036a75075c9ff20f1696268b05 (diff) |
fuel-plugin-ovsnfv: Enable plugin after rebase
Change-Id: I08ae033e905cae9c2f7cd4f8cc66e8f78f1d54c4
Signed-off-by: Billy O'Mahony <billy.o.mahony@intel.com>
(cherry picked from commit bf6f1ba5b6e91cf73e74b4fe50063f88d74f18b3)
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 babb5d68d..d59908a61 100644 --- a/build/f_isoroot/Makefile +++ b/build/f_isoroot/Makefile @@ -9,7 +9,7 @@ ############################################################################## # Add Fuel plugin build targets here -PLUGINS = f_odlpluginbuild +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 |