diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-01-25 12:29:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-25 12:29:00 +0100 |
| commit | f02c7775d446edbb07b15fda8f9fe1c7e0959ed5 (patch) | |
| tree | 390cf42160ee32693ad2d8f392dd3cfa9653ba2a | |
| parent | d33c039877eb81008cbc22c09d215b43ad318b6b (diff) | |
Add note re. custom output formats
| -rw-r--r-- | README.rst | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |
