diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-05-10 15:12:05 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-05-11 02:15:49 +0900 |
commit | 67424f61f8132215514e03ce1760d30356ac56d7 (patch) | |
tree | 9e6c1bf8f665965213eace73da8c50d6839b55e3 /drivers/usb/serial | |
parent | ceb7f3296ea1fa652d68e5ecb0facf5fba19a554 (diff) | |
download | linux-67424f61f8132215514e03ce1760d30356ac56d7.tar.bz2 |
kconfig: do not write .config if the content is the same
Kconfig updates the .config when it exits even if its content is
exactly the same as before. Since its timestamp becomes newer than
that of other build artifacts, additional processing is invoked,
which is annoying.
- syncconfig is invoked to update include/config/auto.conf, etc.
- kernel/configs.o is recompiled if CONFIG_IKCONFIG is enabled,
then vmlinux is relinked as well.
If the .config is not changed at all, we do not have to even
touch it. Just bail out showing "No change to .config".
$ make allmodconfig
scripts/kconfig/conf --allmodconfig Kconfig
#
# configuration written to .config
#
$ make allmodconfig
scripts/kconfig/conf --allmodconfig Kconfig
#
# No change to .config
#
Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/serial')
0 files changed, 0 insertions, 0 deletions