diff options
author | Damjan Marion <damarion@cisco.com> | 2020-10-16 15:28:47 +0200 |
---|---|---|
committer | Damjan Marion <damarion@cisco.com> | 2020-10-16 15:33:18 +0200 |
commit | 8c1afb56b6a479d6595444238815c4ced0e754ea (patch) | |
tree | 115e0d7685cf24f3a77549e5bc1ce151a09cec75 /docs/gettingstarted | |
parent | fbe4e36b9924c135410e1d52c959d0c3629be12b (diff) |
misc: deprecate VOM
Type: make
Change-Id: Ifb3e52af93d24fcc2f2e6a0c408e16902a2fe553
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'docs/gettingstarted')
-rw-r--r-- | docs/gettingstarted/developers/buildsystem/buildrootmakefile.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gettingstarted/developers/buildsystem/buildrootmakefile.rst b/docs/gettingstarted/developers/buildsystem/buildrootmakefile.rst index 6963aecb9f3..0adc7f9d033 100644 --- a/docs/gettingstarted/developers/buildsystem/buildrootmakefile.rst +++ b/docs/gettingstarted/developers/buildsystem/buildrootmakefile.rst @@ -159,7 +159,7 @@ Here are the contents of .../build-data/platforms/vpp.mk: # Uncomment to enable building unit tests # vpp_enable_tests = yes - vpp_root_packages = vpp vom + vpp_root_packages = vpp # DPDK configuration parameters # vpp_uses_dpdk_mlx4_pmd = yes |