diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-11-30 18:15:50 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-12-08 10:42:30 +0900 |
commit | 1508fec82e394149212aca836dd925d7e8fa3228 (patch) | |
tree | 73b2092c4e13e9ddf5e1fcca30c73200d40f1301 /scripts/kconfig/symbol.c | |
parent | 0849d212e39523e2289c2a6d685b899f944746eb (diff) | |
download | linux-1508fec82e394149212aca836dd925d7e8fa3228.tar.bz2 |
kconfig: split out code touching a file to conf_touch_dep()
conf_touch_deps() iterates over symbols, touching corresponding
include/config/*.h files as needed.
Split the part that touches a single file into a new helper so it can
be reused.
The new helper, conf_touch_dep(), takes a symbol name as a parameter,
and touches the corresponding include/config/*.h file.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'scripts/kconfig/symbol.c')
0 files changed, 0 insertions, 0 deletions