X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=build-data%2Fplatforms%2Fvpp.mk;h=57501819c7ed39de55a2b30597d99ba1e3865737;hb=164e5f8c63652028ecb9c3570e1ea8618b163071;hp=320609ded2b0ab8f3957d621b166dc65e6054492;hpb=aa682a39b76ee043f65313f23e134bf18fe7a47e;p=vpp.git diff --git a/build-data/platforms/vpp.mk b/build-data/platforms/vpp.mk index 320609ded2b..57501819c7e 100644 --- a/build-data/platforms/vpp.mk +++ b/build-data/platforms/vpp.mk @@ -26,7 +26,7 @@ vpp_uses_dpdk = yes # Uncoment to enable building unit tests # vpp_enable_tests = yes -vpp_root_packages = vpp +vpp_root_packages = vpp vom # DPDK configuration parameters # vpp_uses_dpdk_mlx5_pmd = yes @@ -42,10 +42,6 @@ ifeq ($(MACHINE),i686) vpp_configure_args_vpp += --disable-lb-plugin endif -# To disable the VPP object model build - and save about half the build time - -# uncomment the following... -# vpp_configure_args_vpp += --disable-vom - vpp_debug_TAG_CFLAGS = -g -O0 -DCLIB_DEBUG -DFORTIFY_SOURCE=2 \ -fstack-protector-all -fPIC -Werror vpp_debug_TAG_CXXFLAGS = -g -O0 -DCLIB_DEBUG -DFORTIFY_SOURCE=2 \