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-31 22:38:02 +0900 committer: Masahiro Yamada <masahiroy@kernel.org> 2021-04-25 05:21:50 +0900 commit: 4b97ec0e9cfd5995f41b9726c88566a31f4625cc parent: f3945833e436d79d9a97e776c4986af8c9cbb483
Commit Summary:
kbuild: remove unneeded mkdir for external modules_install
Diffstat:
1 file changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ed8bd815e8a3..0e06db5ed9d8 100644
--- a/Makefile
+++ b/Makefile
@@ -1779,10 +1779,8 @@ $(MODORDER): descend
 PHONY += modules_install
 modules_install: _emodinst_ _emodinst_post
 
-install-dir := $(if $(INSTALL_MOD_DIR),$(INSTALL_MOD_DIR),extra)
 PHONY += _emodinst_
 _emodinst_:
-	$(Q)mkdir -p $(MODLIB)/$(install-dir)
 	$(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modinst
 
 PHONY += _emodinst_post