commit | 1b9e740a81f91ae338b29ed70455719804957b80 | [log] [tgz] |
---|---|---|
author | Jing Leng <jleng@ambarella.com> | Fri Feb 11 17:27:36 2022 +0800 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Sat Feb 12 23:24:19 2022 +0900 |
tree | edafdf4a7fbb6c38e93e8df90fc8f2343856dbbd | |
parent | d23a0c3718222a42430fd56359478a6fc7675070 [diff] |
kconfig: fix failing to generate auto.conf When the KCONFIG_AUTOCONFIG is specified (e.g. export \ KCONFIG_AUTOCONFIG=output/config/auto.conf), the directory of include/config/ will not be created, so kconfig can't create deps files in it and auto.conf can't be generated. Signed-off-by: Jing Leng <jleng@ambarella.com> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>