From e2c2eef8902338f2c7fbff21d040fcf9a4953a8b Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Thu, 8 Feb 2018 12:38:03 +0100 Subject: Fix typo in module docstring It's the top-level Kconfig file that source's depending on $SRCARCH, not the top-level Makefile. --- kconfiglib.py | 4 ++-- 1 file 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" -- cgit v1.2.3