From da16a3a6561db47feb6fa44efd7b68ef68c3db2d Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Wed, 28 Feb 2018 16:48:42 +0100 Subject: sync_deps() docstring nit --- kconfiglib.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kconfiglib.py b/kconfiglib.py index a4a8829..1f84dbb 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -990,8 +990,9 @@ class Kconfig(object): The tool in the kernel that extracts symbol dependencies from source files is scripts/basic/fixdep.c. Missing symbol files also correspond - to "not changed", which it deals with by making use of the $(wildcard) - Make function when adding symbol prerequisites to source files. + to "not changed", which fixdep deals with by making use of the + $(wildcard) Make function when adding symbol prerequisites to source + files. In case you need a different scheme for your project, the sync_deps() implementation can be used as a template.""" -- cgit v1.2.3