kconfig: qconf: compile moc object separately
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 29 Jul 2020 17:02:38 +0000 (02:02 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 1 Aug 2020 11:54:39 +0000 (20:54 +0900)
commit0e912c03208075b95ea726076bf1b45db8419bc2
tree5c3dcf854004a244aafe3abe49714f19620d48ec
parentc3cd7cfad51ab521bf4c3edd050f3dcf275e9ee8
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>
scripts/kconfig/.gitignore
scripts/kconfig/Makefile
scripts/kconfig/qconf.cc