kconfig: invoke oldconfig instead of silentoldconfig from local*config
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 1 Mar 2018 06:34:36 +0000 (15:34 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 25 Mar 2018 17:04:00 +0000 (02:04 +0900)
commit81d2bc2273052e49c46a791f45aeb09802d76b93
tree6a25c71fa08431c3af4064bd40f9d9dcddba112c
parent2aad9b896213860bd169ebb3ae70caf82d471f3f
kconfig: invoke oldconfig instead of silentoldconfig from local*config

The purpose of local{yes,mod}config is to arrange the .config file
based on actually loaded modules.  It is unnecessary to update
include/generated/autoconf.h and include/config/* stuff here.
They will be updated as needed during the build.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Ulf Magnusson <ulfalizer@gmail.com>
scripts/kconfig/Makefile