kconfig: Use KCONFIG_CONFIG instead of .config
authorMarkus Schneider-Pargmann <msp@baylibre.com>
Tue, 5 Dec 2023 10:45:59 +0000 (11:45 +0100)
committerMasahiro Yamada <masahiroy@kernel.org>
Thu, 28 Dec 2023 07:22:47 +0000 (16:22 +0900)
commitac14947c77a36270d5cb1ff07afffbf221ac8af1
treeab5af482daf5d161395d8b003ff4ed05e121e23b
parent407868deb2a344e9baa7909e1b13aec35c7217b2
kconfig: Use KCONFIG_CONFIG instead of .config

When using a custom location for kernel config files this merge config
command fails as it doesn't use the configuration set with
KCONFIG_CONFIG.

Signed-off-by: Markus Schneider-Pargmann <msp@baylibre.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/Makefile