diff options
author | Paul Elder <paul.elder@ideasonboard.com> | 2020-12-05 19:31:05 +0900 |
---|---|---|
committer | Paul Elder <paul.elder@ideasonboard.com> | 2021-05-13 13:20:42 +0900 |
commit | 0906ddb2681a53aff9ecccb7e933e9f04974022f (patch) | |
tree | 7d888717283e1800fe26c0dd09aa45dd08af842c /Documentation/meson.build | |
parent | 2cd13cd58eb11e647ae2931d1db5409519b52315 (diff) |
Documentation: Add IPA writers guide
Add a guide about writing IPAs.
Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Sebastian Fricke <sebastian.fricke@posteo.net>
Diffstat (limited to 'Documentation/meson.build')
-rw-r--r-- | Documentation/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/meson.build b/Documentation/meson.build index a82ee7c8..c8521574 100644 --- a/Documentation/meson.build +++ b/Documentation/meson.build @@ -53,6 +53,7 @@ if sphinx.found() 'environment_variables.rst', 'guides/application-developer.rst', 'guides/introduction.rst', + 'guides/ipa.rst', 'guides/pipeline-handler.rst', 'guides/tracing.rst', 'index.rst', |