Skip to content

Commit 4b97ec0

Browse files
committed
kbuild: remove unneeded mkdir for external modules_install
scripts/Makefile.modinst creates directories as needed. Signed-off-by: Masahiro Yamada <[email protected]>
1 parent f394583 commit 4b97ec0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1779,10 +1779,8 @@ $(MODORDER): descend
17791779
PHONY += modules_install
17801780
modules_install: _emodinst_ _emodinst_post
17811781

1782-
install-dir := $(if $(INSTALL_MOD_DIR),$(INSTALL_MOD_DIR),extra)
17831782
PHONY += _emodinst_
17841783
_emodinst_:
1785-
$(Q)mkdir -p $(MODLIB)/$(install-dir)
17861784
$(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modinst
17871785

17881786
PHONY += _emodinst_post

0 commit comments

Comments
 (0)