diff options
author | Damjan Marion <damarion@cisco.com> | 2016-07-07 20:27:49 +0200 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2016-07-08 10:43:38 +0000 |
commit | 905a7f5520a64aad545c8dd02796b56f88ed2d38 (patch) | |
tree | fb2da8de6ac2bbf1a35bcf2b87251c9a94a23fc8 /build-data | |
parent | 370e9e38e8e0b35810734125e2b6eeac65fefa5d (diff) |
Multiple changes in the plugin build infra
- configure.ac - some plugins are enabled by default
- Plugin .so files are placed into corresponding subdirs
- WITH_PLUGIN_TOOLKIT macro is retired - not needed anymore
- plugins/build-data is removed
- plugin makefiles are not building static libs anymore
- plugin makefiles are not installing header files to /usr/include
anymore
Change-Id: I55681bd9ce34811f7eb1b2b24d9f0ca42df1cf04
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'build-data')
-rw-r--r-- | build-data/platforms/vpp.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/build-data/platforms/vpp.mk b/build-data/platforms/vpp.mk index 45f74d3374a..fb1867c750f 100644 --- a/build-data/platforms/vpp.mk +++ b/build-data/platforms/vpp.mk @@ -38,9 +38,7 @@ vnet_configure_args_vpp = --with-dpdk # Set these parameters carefully. The vlib_buffer_t is 128 bytes, i.e. vlib_configure_args_vpp = --with-pre-data=128 -# Enable plugins here, and no place else, via multiple --enable-XXX-plugin -# stanzas. -plugins_configure_args_vpp = --with-dpdk --enable-sixrd-plugin +plugins_configure_args_vpp = --with-dpdk # DPDK configuration parameters # vpp_uses_external_dpdk = yes |