Home
last modified time | relevance | path

Searched hist:c3cd7cfad51ab521bf4c3edd050f3dcf275e9ee8 (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/kconfig/
H A DMakefilediff c3cd7cfad51ab521bf4c3edd050f3dcf275e9ee8 Wed Jul 29 19:02:37 CEST 2020 Masahiro Yamada <masahiroy@kernel.org> kconfig: qconf: use if_changed for qconf.moc rule

Regenerate qconf.moc when the moc command is changed.

This also allows 'make mrproper' to clean it up. Previously, it was
not cleaned up because 'clean-files += qconf.moc' was missing.
Now 'make mrproper' correctly cleans it up because files listed in
'targets' are cleaned.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>