commit | 0e912c03208075b95ea726076bf1b45db8419bc2 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Thu Jul 30 02:02:38 2020 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Sat Aug 01 20:54:39 2020 +0900 |
tree | 5c3dcf854004a244aafe3abe49714f19620d48ec | |
parent | c3cd7cfad51ab521bf4c3edd050f3dcf275e9ee8 [diff] |
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>