diff options
author | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2016-01-24 21:52:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-01-24 21:52:46 +0000 |
commit | 2d50df926a09a3470b69d9585119e166be5c6d9a (patch) | |
tree | 6a87ded4b3fce46fee771db6247e954556e3bd28 /build/f_isoroot/Makefile | |
parent | f7237753a6f07b872cea23331c1e779941906ace (diff) | |
parent | 307abd417ed218d1245f8fd829d0265999f3ae18 (diff) |
Merge "All plug-ins except those explicitly rebased are disabled"
Diffstat (limited to 'build/f_isoroot/Makefile')
-rw-r--r-- | build/f_isoroot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/f_isoroot/Makefile b/build/f_isoroot/Makefile index bae2fe74d..fc4bf79ba 100644 --- a/build/f_isoroot/Makefile +++ b/build/f_isoroot/Makefile @@ -9,7 +9,8 @@ ############################################################################## # Add Fuel plugin build targets here -PLUGINS = f_odlpluginbuild f_qemupluginbuild f_ovs-nsh-dpdk-pluginbuild f_onosfwpluginbuild f_bgpvpn-pluginbuild f_ovsnfv-dpdk-pluginbuild f_vsperfpluginbuild +PLUGINS = f_odlpluginbuild +#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 # indicated therein. |