提交 4b97ec0e 编写于 作者: M Masahiro Yamada

kbuild: remove unneeded mkdir for external modules_install

scripts/Makefile.modinst creates directories as needed.
Signed-off-by: NMasahiro Yamada <masahiroy@kernel.org>
上级 f3945833
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册