diff options
Diffstat (limited to 'docs/gettingstarted/developers/buildsystem/index.rst')
-rw-r--r-- | docs/gettingstarted/developers/buildsystem/index.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/gettingstarted/developers/buildsystem/index.rst b/docs/gettingstarted/developers/buildsystem/index.rst index 38ba9724c68..908e91e1fc1 100644 --- a/docs/gettingstarted/developers/buildsystem/index.rst +++ b/docs/gettingstarted/developers/buildsystem/index.rst @@ -3,9 +3,12 @@ Build System ============ -This guide describes the vpp build system in detail. +This guide describes the vpp build system in detail. As of this writing, +the build systems uses a mix of make / Makefiles, cmake, and ninja to +achieve excellent build performance. .. toctree:: mainmakefile + cmakeandninja buildrootmakefile |