diff options
author | Billy O'Mahony <billy.o.mahony@intel.com> | 2016-01-20 17:13:56 +0000 |
---|---|---|
committer | Stefan Berg <sfb@consultron.com> | 2016-01-29 14:40:18 +0100 |
commit | eab4156c29823880c19844fef53d394ce82eb433 (patch) | |
tree | 03b5233db95fc97d91dc4c9987f474e671b57613 /build/f_isoroot/Makefile | |
parent | 612a4345ed5593f264bd075ea533b11e889819b3 (diff) |
fuel-plugin-vsperf: Change repo for vswitchperf plugin
Change-Id: I694039c2762f17dfa4fdb642ad34e31aa7e2362a
Signed-off-by: Billy O'Mahony <billy.o.mahony@intel.com>
(cherry picked from commit a5748ad1e936461a5cb592e354e7b1c771c924f0)
Diffstat (limited to 'build/f_isoroot/Makefile')
-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 735a6a462..9e1a9ecb3 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 f_vsperfpluginbuild #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 |