diff options
Diffstat (limited to 'kconfiglib.py')
| -rw-r--r-- | kconfiglib.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py index 03561b5..28f3ba8 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -4588,7 +4588,9 @@ class MenuNode(object): ignored internally by Kconfiglib, except when printing symbols. filename/linenr: - The location where the menu node appears. + The location where the menu node appears. The filename is relative to + $srctree (or to the current directory if $srctree isn't set), except + absolute paths passed to 'source' and Kconfig.__init__() are preserved. kconfig: The Kconfig instance the menu node is from. |
