aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2021-03-14 04:48:33 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2021-04-14 15:22:49 +0900
commitdd4659963a4d2dde9756e31ffe5d7c639bcaa26e (patch)
treee8a74da1f749cf8019f169ae389481369e073a59 /Makefile
parentkconfig: change defconfig_list option to environment variable (diff)
downloadlinux-dev-dd4659963a4d2dde9756e31ffe5d7c639bcaa26e.tar.xz
linux-dev-dd4659963a4d2dde9756e31ffe5d7c639bcaa26e.zip
kconfig: move default KBUILD_DEFCONFIG back to scripts/kconfig/Makefile
This is a partial revert of commit 2a86f6612164 ("kbuild: use KBUILD_DEFCONFIG as the fallback for DEFCONFIG_LIST"). Now that the reference to $(DEFCONFIG_LIST) was removed from init/Kconfig, the default KBUILD_DEFCONFIG can go back home. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a28bb374663d..f1093b972708 100644
--- a/Makefile
+++ b/Makefile
@@ -396,9 +396,6 @@ endif
KCONFIG_CONFIG ?= .config
export KCONFIG_CONFIG
-# Default file for 'make defconfig'. This may be overridden by arch-Makefile.
-export KBUILD_DEFCONFIG := defconfig
-
# SHELL used by kbuild
CONFIG_SHELL := sh