summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-02-08 12:38:03 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2018-02-08 12:38:03 +0100
commite2c2eef8902338f2c7fbff21d040fcf9a4953a8b (patch)
tree4bd3f2c829be37818cd122bcd92ee7d68e04a2ae
parentfed0cb5133a4ddf470aa9a4e869a99ad6f0dc65d (diff)
Fix typo in module docstring
It's the top-level Kconfig file that source's depending on $SRCARCH, not the top-level Makefile.
-rw-r--r--kconfiglib.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index c85b847..400ef7d 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -99,8 +99,8 @@ Gotcha
******
It's important to set $SRCARCH even if you don't care about values and only
-want to extract information from Kconfig files, because the top-level Makefile
-does this (as of writing):
+want to extract information from Kconfig files, because the top-level Kconfig
+file does this (as of writing):
source "arch/$SRCARCH/Kconfig"