summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYohanPipereau <ypiperea@cisco.com>2019-07-15 15:37:46 +0200
committerYohanPipereau <ypiperea@cisco.com>2019-07-26 15:29:05 +0200
commit18561adfde80d6665e24262d70d18f916e2662e5 (patch)
tree06683574ba18ee25012f77b18da7c0e35a5707aa /README.md
parentadc56bc5ddcdf947864d982cda809588b7ccd8bc (diff)
vom: migration from scvpp to vom
Change-Id: I79609f0bee9b8307da0d9bf704babe8ba06dba4d Signed-off-by: YohanPipereau <ypiperea@cisco.com> Co-authored-by: Pavel Kotucek <pavel.kotucek@pantheon.tech> Co-authored-by: Andrej Kozemcak <andrej.kozemcak@pantheon.tech>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index dbbf74c..abf6f87 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,6 @@ Details of the changes leading up to this version of Sweetcomb can be found unde
| ---------------------- | ------------------------------------------- |
| build-root | Build output directory |
| @ref src/plugins | Sweetcomb bundled plugins directory |
-| @ref src/scvpp | Sweetcomb to VPP communication |
## Getting started
@@ -37,7 +36,6 @@ Firstly, please follow below steps to install dependencies and build code:
make install-dep
make install-dep-extra
make install-vpp
- make build-scvpp
make build-plugins
```