Searched hist:"0 e912c03208075b95ea726076bf1b45db8419bc2" (Results 1 – 3 of 3) sorted by relevance
/linux/scripts/kconfig/ |
H A D | .gitignore | diff 0e912c03208075b95ea726076bf1b45db8419bc2 Wed Jul 29 19:02:38 CEST 2020 Masahiro Yamada <masahiroy@kernel.org> kconfig: qconf: compile moc object separately
Currently, qconf.moc is included from qconf.cc but they can be compiled independently.
When you modify qconf.cc, qconf.moc does not need recompiling.
Rename qconf.moc to qconf-moc.cc, and split it out as an independent compilation unit.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
|
H A D | qconf.cc | diff 0e912c03208075b95ea726076bf1b45db8419bc2 Wed Jul 29 19:02:38 CEST 2020 Masahiro Yamada <masahiroy@kernel.org> kconfig: qconf: compile moc object separately
Currently, qconf.moc is included from qconf.cc but they can be compiled independently.
When you modify qconf.cc, qconf.moc does not need recompiling.
Rename qconf.moc to qconf-moc.cc, and split it out as an independent compilation unit.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
|
H A D | Makefile | diff 0e912c03208075b95ea726076bf1b45db8419bc2 Wed Jul 29 19:02:38 CEST 2020 Masahiro Yamada <masahiroy@kernel.org> kconfig: qconf: compile moc object separately
Currently, qconf.moc is included from qconf.cc but they can be compiled independently.
When you modify qconf.cc, qconf.moc does not need recompiling.
Rename qconf.moc to qconf-moc.cc, and split it out as an independent compilation unit.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
|