]> git.baikalelectronics.ru Git - kernel.git/commit
kconfig: fix failing to generate auto.conf
authorJing Leng <jleng@ambarella.com>
Fri, 11 Feb 2022 09:27:36 +0000 (17:27 +0800)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 12 Feb 2022 14:24:19 +0000 (23:24 +0900)
commitb79e9f3e7e6b6eed546a25cf4ca9f6a2bc0f1be4
treeedafdf4a7fbb6c38e93e8df90fc8f2343856dbbd
parent188bd65775aa0b5c59a799e98988d392e81c9dad
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>
scripts/kconfig/confdata.c