diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-02-28 16:48:42 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-02-28 16:48:42 +0100 |
| commit | da16a3a6561db47feb6fa44efd7b68ef68c3db2d (patch) | |
| tree | f9e6043e57e56a1bac6b569d156dc153126b7959 /kconfiglib.py | |
| parent | b4338f84f71bb5d5cf817e10684aff91028ad9e7 (diff) | |
sync_deps() docstring nit
Diffstat (limited to 'kconfiglib.py')
| -rw-r--r-- | kconfiglib.py | 5 |
1 files 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.""" |
