VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Masahiro Yamada <masahiroy@kernel.org> 2021-03-14 04:48:33 +0900 committer: Masahiro Yamada <masahiroy@kernel.org> 2021-04-14 15:22:49 +0900 commit: dd4659963a4d2dde9756e31ffe5d7c639bcaa26e parent: b75b0a819af9f78fc395b189cddd40f590194d20
Commit Summary:
kconfig: move default KBUILD_DEFCONFIG back to scripts/kconfig/Makefile
Diffstat:
1 file 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