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 /build-data/platforms | |
parent | fbe4e36b9924c135410e1d52c959d0c3629be12b (diff) |
misc: deprecate VOM
Type: make
Change-Id: Ifb3e52af93d24fcc2f2e6a0c408e16902a2fe553
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'build-data/platforms')
-rw-r--r-- | build-data/platforms/vpp.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-data/platforms/vpp.mk b/build-data/platforms/vpp.mk index f71427c1ae6..83d0fe5840b 100644 --- a/build-data/platforms/vpp.mk +++ b/build-data/platforms/vpp.mk @@ -20,7 +20,7 @@ ifeq ($(TARGET_PLATFORM),thunderx) vpp_dpdk_target = arm64-thunderx-linuxapp-gcc endif -vpp_root_packages = vpp vom +vpp_root_packages = vpp vpp_debug_TAG_BUILD_TYPE = debug vpp_TAG_BUILD_TYPE = release |