commit | 81d2bc2273052e49c46a791f45aeb09802d76b93 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Mar 01 15:34:36 2018 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Mar 26 02:04:00 2018 +0900 |
tree | 6a25c71fa08431c3af4064bd40f9d9dcddba112c | |
parent | 2aad9b896213860bd169ebb3ae70caf82d471f3f [diff] |
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>