diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-08-29 02:22:25 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-08-29 02:22:25 +0200 |
| commit | 15d07b1dceb5f651c838356378b350251ccf90a2 (patch) | |
| tree | f8d0bd30a9579e0f47c424643530c061df8aa9d4 | |
| parent | 98416f6b65152d6bbc107c625c65b7239cff20f7 (diff) | |
menuconfig: Mention that include paths are shown
Add info to module docstring.
| -rwxr-xr-x | menuconfig.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/menuconfig.py b/menuconfig.py index 560bf27..c85157a 100755 --- a/menuconfig.py +++ b/menuconfig.py @@ -77,6 +77,10 @@ Other features * Kconfig definitions are printed + * The include path is shown, listing the locations of the 'source' + statements that included the Kconfig file of the symbol (or other + item) + Limitations =========== |
