aboutsummaryrefslogtreecommitdiffstats
path: root/docs/developer/corearchitecture/buildsystem/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/developer/corearchitecture/buildsystem/index.rst')
-rw-r--r--docs/developer/corearchitecture/buildsystem/index.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/developer/corearchitecture/buildsystem/index.rst b/docs/developer/corearchitecture/buildsystem/index.rst
new file mode 100644
index 00000000000..908e91e1fc1
--- /dev/null
+++ b/docs/developer/corearchitecture/buildsystem/index.rst
@@ -0,0 +1,14 @@
+.. _buildsystem:
+
+Build System
+============
+
+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