commit | 1508fec82e394149212aca836dd925d7e8fa3228 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Nov 30 18:15:50 2018 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Dec 08 10:42:30 2018 +0900 |
tree | 73b2092c4e13e9ddf5e1fcca30c73200d40f1301 | |
parent | 0849d212e39523e2289c2a6d685b899f944746eb [diff] |
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>