diff options
author | rssaravana <saravanakumar.somaskandan@huawei.com> | 2017-03-16 11:47:50 +0530 |
---|---|---|
committer | Saravanakumar s <saravanakumar.somaskandan@huawei.com> | 2017-03-20 05:29:02 +0000 |
commit | b6df64e07ab83dbd3be127c48cbb6e0d0b2e4008 (patch) | |
tree | 2bb601904e6bdf8a167ddd7c084f7d1918ebb18a /build/f_isoroot/Makefile | |
parent | 4b647cf926eeb373a90dee77d1dc915ae5a6c665 (diff) |
Update for fuel10 onos plugin
Change-Id: Ie7e9b5c16505223616bc6d796ce8de60236d098c
Signed-off-by: rssaravana <saravanakumar.somaskandan@huawei.com>
Diffstat (limited to 'build/f_isoroot/Makefile')
-rw-r--r-- | build/f_isoroot/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/build/f_isoroot/Makefile b/build/f_isoroot/Makefile index 29ab0f7c6..0e203bbba 100644 --- a/build/f_isoroot/Makefile +++ b/build/f_isoroot/Makefile @@ -9,11 +9,9 @@ ############################################################################## # Add Fuel plugin build targets here -# Plugins disabled for the Fuel Newton uplift. Please re-enable your plugin as you have -# verified it! -PLUGINS ?= f_ovs-nsh-dpdk-pluginbuild f_vsperfpluginbuild f_kvm-pluginbuild f_yardstick-pluginbuild f_collectd-ceilometer-pluginbuild f_congress-pluginbuild f_odlpluginbuild f_bgpvpn-pluginbuild f_tacker-pluginbuild +PLUGINS ?= f_ovs-nsh-dpdk-pluginbuild f_vsperfpluginbuild f_kvm-pluginbuild f_yardstick-pluginbuild f_collectd-ceilometer-pluginbuild f_congress-pluginbuild f_odlpluginbuild f_bgpvpn-pluginbuild f_tacker-pluginbuild f_onosfwpluginbuild export PLUGINS -NON_10-0_REBASED_PLUGINS = f_onosfwpluginbuild + # If the BUILD_FUEL_PLUGINS environment variable is set, only build the plugins # indicated therein. |