diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-03-13 05:26:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-13 05:26:02 +0100 |
| commit | 3a94565c4bc80ba82012a164c00fa3a0b7e6d891 (patch) | |
| tree | 727d504d0c1c6324a1a30bf208dad9dc08c9a795 | |
| parent | daac69dc05217d024fbe021447629fa2b3d95b70 (diff) | |
Mention rsource and gsource in README
| -rw-r--r-- | README.rst | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -126,6 +126,13 @@ Here are some other features: All warnings point out the location(s) in the ``Kconfig`` files where a symbol is defined, where applicable. + +- **Kconfig extensions** + + So far, these include a relative ``source`` statement (``rsource``) where Kconfig + file paths are specified relative to the directory of + the current Kconfig file, and a globbing ``source`` (``gsource``) that doubles + as an include-if-exists function. - **Windows support** @@ -134,6 +141,7 @@ Here are some other features: The `Zephyr <https://www.zephyrproject.org/>`_ project uses Kconfiglib to generate ``.config`` files and C headers on Linux as well as Windows. + - **Internals that (mostly) mirror the C implementation** |
