summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-01-25 12:29:00 +0100
committerGitHub <noreply@github.com>2018-01-25 12:29:00 +0100
commitf02c7775d446edbb07b15fda8f9fe1c7e0959ed5 (patch)
tree390cf42160ee32693ad2d8f392dd3cfa9653ba2a
parentd33c039877eb81008cbc22c09d215b43ad318b6b (diff)
Add note re. custom output formats
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 3d25a0a..571b159 100644
--- a/README.rst
+++ b/README.rst
@@ -376,6 +376,10 @@ too.
Notes
-----
+* I sometimes see people add custom output formats, which is pretty straightforward to do (see the implementations of
+ ``write_autoconf()`` and ``write_config()`` for a template). If you come up with something you think might
+ be useful to other people, I'm happy to take it in upstream. Batteries included and all that.
+
* Kconfiglib assumes the modules symbol is ``MODULES``, which is backwards-compatible.
A warning is printed by default if ``option modules`` is set on some other symbol.