diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2023-08-23 13:50:45 +0200 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2023-09-01 08:56:30 +0200 |
commit | 2dfec887c0fd7d25d26b2ba7e60479208f9b6fb8 (patch) | |
tree | d895bba6ffd7faba2c29f230f81dd0dd46dac952 /Makefile | |
parent | kbuild: remove $(MODLIB)/source symlink (diff) | |
download | linux-2dfec887c0fd7d25d26b2ba7e60479208f9b6fb8.tar.xz linux-2dfec887c0fd7d25d26b2ba7e60479208f9b6fb8.zip |
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: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions