From ecbe6f5eb971e57df108f86d52cd005a07e18712 Mon Sep 17 00:00:00 2001 From: Dave Barach Date: Tue, 4 Sep 2018 16:55:53 -0400 Subject: DOC ONLY: cmake / ninja build system doc Change-Id: I69cdcf3f0940f8a5f60203034688a0c63446f65c Signed-off-by: Dave Barach --- docs/gettingstarted/developers/buildsystem/index.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/gettingstarted/developers/buildsystem/index.rst') 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 -- cgit 1.2.3-korg