Skip to content
Snippets Groups Projects
Commit 2dfec887 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kbuild: reduce the number of mkdir calls during modules_install


Calling 'mkdir' for every module results in redundant syscalls.

Use $(sort ...) to drop the duplicated directories.

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
Reviewed-by: default avatarNicolas Schier <nicolas@fjasle.eu>
parent d8131c29
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment