summaryrefslogtreecommitdiff
path: root/kconfiglib.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2015-03-13 00:58:33 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2015-03-13 01:14:22 +0100
commit8c846be1addcfc07011ed4934c7c09d9e5ea1634 (patch)
tree3b73a23fa52857ec6f8e1e5cb58ea953e04321b0 /kconfiglib.py
parent668d3b80a310dfa2850f8b61bca3a15679da5ed1 (diff)
Hint that modules are still supported despite warnings.
Diffstat (limited to 'kconfiglib.py')
-rw-r--r--kconfiglib.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index 152c7af..afff92e 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -1320,7 +1320,10 @@ error, and you should e-mail kconfiglib@gmail.com.
elif tokens.check(T_MODULES):
self._warn("the 'modules' option is not supported. "
"Let me know if this is a problem for you; "
- "it shouldn't be that hard to implement.",
+ "it shouldn't be that hard to implement. "
+ "(Note that modules are still supported -- "
+ "Kconfiglib just assumes the symbol name "
+ "MODULES.)",
filename,
linenr)