summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"