Searched hist:"1508 fec82e394149212aca836dd925d7e8fa3228" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/scripts/kconfig/ |
H A D | confdata.c | diff 1508fec82e394149212aca836dd925d7e8fa3228 Fri Nov 30 03:15:50 CST 2018 Masahiro Yamada <yamada.masahiro@socionext.com> 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>
|