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> 2020-09-09 05:55:57 +0900 committer: Masahiro Yamada <masahiroy@kernel.org> 2020-09-25 00:36:49 +0900 commit: 6212804f2d78e86f15dba5b46a4065cbf1403cde parent: 596b0474d3d9b1242eab713f84d8873f9887d980
Commit Summary:
kbuild: do not create built-in objects for external module builds
Diffstat:
1 file changed, 2 insertions, 1 deletion
diff --git a/Makefile b/Makefile
index 97b1dae1783b..744b6c664404 100644
--- a/Makefile
+++ b/Makefile
@@ -1702,7 +1702,8 @@ else # KBUILD_EXTMOD
 #                      Install the modules built in the module directory
 #                      Assumes install directory is already created
 
-# We are always building modules
+# We are always building only modules.
+KBUILD_BUILTIN :=
 KBUILD_MODULES := 1
 
 build-dirs := $(KBUILD_EXTMOD)